THEOS/bin/nic.pl: No such file o

作者: xyzcwb | 来源:发表于2018-09-12 16:28 被阅读6次

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 ,按回车就可以了


目录结构
成功

相关文章

网友评论

    本文标题:THEOS/bin/nic.pl: No such file o

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