iOSBetaBuilder +屏幕闪烁
您好,我正在使用 iOS Beta Builder 为我的 iOS 设备创建 wifi 发行版。它在设备上安装得很好,但是当我启动应用程序时,屏幕闪烁并崩溃。有什么想法吗?
Hi I am using iOS Beta Builder to create a wifi distribution for my iOS devices. It installs fine on the devices, but when I launch the application the screen flashes and it crashes. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当 iOS 应用程序尝试在没有正确的分发配置文件的情况下启动时,屏幕闪烁和崩溃行为是典型的。 iOS Beta Builder 并没有消除对分发配置文件的需要,它只是使加载应用程序版本变得更容易。检查构建应用程序的代码签名阶段使用的分发配置文件是否覆盖了该设备。
The screen flash and crash behavior is typical when an iOS app tries to launch without a proper distribution profile. iOS Beta Builder does not remove the need for the distribution profile, it just makes loading versions of the app easier. Check that the device is covered by the distribution profile used during the code signing phase of building the app.