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.
我从 Xcode 编译了一个应用程序,并将该应用程序放入/Applications我 iPhone 的文件夹中,但是当我单击应用程序图标时,它意外退出。
/Applications
syslog 中的信息是
异常退出,退出状态为 13
我该如何解决?
我的意图是将我的应用程序作为root. 我使用了这个链接,但 syslog 仍然显示“exited exceptionly with exit status 13”。我认为这是代码签名的问题,但是当我chmod 755 myapp运行时,它只能作为普通用户运行。
root
chmod 755 myapp
尝试使用 ldid 你可以从这里得到它
下载 ldid
像这样使用命令,MyApp 是您自己的应用程序的名称
ldid -S MyApp