设备调试有效但不能发布

发布于 2024-08-18 12:00:39 字数 335 浏览 7 评论 0原文

我正在尝试解决为什么发布版本无法在设备上运行但调试版本可以的原因。在发布版本中,应用程序启动,显示默认 PNG,然后应用程序终止。我已经评论了 applicationDidFinishLaunching 中的所有内容,这意味着这不是代码问题。我在控制台中看到此错误:

Mon Jan 18 21:17:39 Unknown com.apple.debugserver-43[1579] : error: MachTask::StartExceptionThread (): 任务无效,异常线程启动失败。

我将其配置为设备发布版本,并为其分配了我的应用程序商店配置文件。关于可能出现什么问题或上述错误意味着什么有什么想法吗?

I'm trying to troubleshoot why a release build doesn't work on the device but a debug version does. With a release build, the app starts, default PNG displays and the app dies. I've commented everything out of applicationDidFinishLaunching, which means it isn't a code issue. I see this error in the console:

Mon Jan 18 21:17:39 unknown com.apple.debugserver-43[1579] : error: MachTask::StartExceptionThread (): task invalid, exception thread start failed.

I have it configured as a device release build and have assigned my app store provisioning profile to it. Any ideas on what could be wrong or what the above error means?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

北方的巷 2024-08-25 12:00:39

您无法使用应用程序商店配置文件加载到您的设备上。这仅适用于将其提交给 Apple。您可以创建一个临时配置文件来使用,但您的开发配置文件应该足够了。

You can't use the app store provisioning profile to load onto your device. That will only work for submitting it to Apple. You can make an Ad-Hoc provisioning profile to use, but your Development profile should be enough.

雪落纷纷 2024-08-25 12:00:39

获取有关您的项目或目标的信息,并比较调试和发布配置之间的属性。直觉告诉我们,有些东西不一定是不同的,但一定是不同的。

Get Info on your project or target and compare your properties between Debug and Release configurations. Instinct says, something must be different that doesn't need to be different.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文