美文网首页
iOS逆向编译出现问题的时候一

iOS逆向编译出现问题的时候一

作者: 范国义 | 来源:发表于2016-08-03 11:55 被阅读0次

当你用iTerm打开用Theos创建好的工程后,输入make编译后报这样的错误的时候

就是没有指定到目标工程,需要输入这两句

$THEOS=/opt/theos/

$ ln -s $THEOS theos && mkdir .theos/obj && ln -s ./.theos/obj obj

下边是截图

相关文章

网友评论

      本文标题:iOS逆向编译出现问题的时候一

      本文链接:https://www.haomeiwen.com/subject/axpqsttx.html