iPhone 应用程序因发行版代码设计而崩溃
当我使用分发证书将我正在构建的应用程序放在我的设备上时,它崩溃了。它在带有配置文件的调试配置中运行良好。当我使用分发证书从 XCode 安装它时,它给出了错误
Error launching remote program: failed to get the task for process 291.
iPhone 配置实用程序中的控制台给出了错误
<Warning>: Application 'App' exited abnormally with signal 10: Bus error
有人可以帮助我吗?
我仍在努力积累 iPhone 编程知识,对于简单/多余的问题深表歉意。
谢谢!
The app that I am building is crashing when I put it on my device with a distribution certificate. It runs fine in the debug configuration with a provisioning profile. When I install it from XCode with the Distribution certificate, it gives me the error
Error launching remote program: failed to get the task for process 291.
The console in the iPhone Configuration Utility gives me the error
<Warning>: Application 'App' exited abnormally with signal 10: Bus error
Can anyone help me out here?
I'm still working on building my knowledge of iPhone programming, so sorry for easy/redundant questions.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用分发证书签名的应用程序无法安装在设备上。它们应该通过 iTunes Connect 提交到 AppStore。
Applications signed with Distribution Certificate cannot be installed on device. They are meant to be submitted into AppStore through iTunes Connect.