iOS逆向的时候,创建 Theos 工程时按照网上教程遇到 THEOS/bin/nic.pl: No such file or directory问题。
terminal 输入 open .bash_profile 查看有没有包括以下两个export,如果有还是提示No such file or directory,再执行 source .bash_profile
export THEOS=/opt/theos
export PATH=/opt/theos/bin:$PATH
theos 安装在哪里,找到nic.pl文件,直接拖入 terminal ,按回车就可以了