通用应用程序无法在 iPad 上运行
我已经构建了一个通用应用程序,可以在 iPhone Simulator 中完美运行。但应用程序在 iPad 模拟器中崩溃。执行不会进入 iPad 本身的 AppDelegate。 它不会抛出任何错误,也不会执行任何操作。
I have build an universal application which works perfectly in iPhone Simulator. But the application crashes in iPad simulator. The execution does not enter in to the AppDelegate of the iPad itself.
It doesn't throw any errors or anything just doesn't do anything.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
另外,我还看到人们因为没有正确设置“目标设备系列”构建设置而犯了这个错误。
Also, I've seen people get this wrong by not having the "Target Device Family" build setting set correctly.
问题已解决...不知何故,在 .xib 中,委托未连接到文件的所有者。愚蠢的错误。谢谢您的回答
Problem solved ... somehow in .xib the delegate wasn't connected to File's Owner. Silly mistake. Thank you for your answers