Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在尝试归档 iphone 项目时收到此错误
“命令 /bin/sh 失败,退出代码 127”
但我也可以在模拟器和 iPhone 上运行。只有我不能存档。
我应该怎么办?谢谢你的帮助。
正如你所说,你正在运行一个 shell 脚本,它找不到你的特定文件。如果您正在运行脚本,请查看 Target -> Build-Phases -> RunScript。
您可以检查脚本是否在构建输出中运行(在导航器面板中)。如果您的脚本做错了什么,构建阶段将停止。还要确保在 shell 脚本减速中没有空间肯定会引发错误。