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

2016-08-03  本文已影响0人  范国义

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

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

$THEOS=/opt/theos/

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

下边是截图

上一篇 下一篇

猜你喜欢

热点阅读