我正在尝试在 iPad mini 上的 Xcode 中运行 iPhone 应用程序 - 因为它支持 iPhone 兼容性应用程序。这适用于 iPad 3,但不适用于我从 xCode 收到此错误的 iPad mini:
2016-04-08 11:27:52.190 My app [6365:942940] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle </private/var/mobile/Containers/Bundle/Application/path/to/my/app.app> (loaded)' with name 'SomeController' and directory 'Main.storyboardc''
*** First throw call stack:
(0x186186084 0x196b340e4 0x186185fc4 0x18ad10b80 0x18aecfce0 0x18ab94294 0x18ab93440 0x18ab91c00 0x18e365640 0x18613e360 0x18613d468 0x18613b668 0x186069664 0x18a97398c 0x18a96e984 0x100094ab4 0x1971a2a08)
libc++abi.dylib: terminating with uncaught exception of type NSException
我没有找到有关此问题的任何信息。是否有解决方法如何在 iPad mini 上使用 Xcode 运行 iPhone 应用程序?
如果我使用通用模式让应用程序正常运行,但我只想限制 iPhone。
谢谢马雷克