1

我想在 iOS 模拟器中以 Retina 模式测试我的 iPad 应用程序。它在非视网膜模式下运行良好。

但是,选择时Hardware / Device / iPad Retina,我的应用程序崩溃,Xcode在行中断开

return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]))

不显示错误消息。

关于这里可能有什么问题的任何想法?

4

2 回答 2

2

重置模拟器 iPad 视网膜,清理您的项目并再次运行。

注意:由于声誉低下,我必须作为答案。

于 2013-10-18T13:29:14.323 回答
2

我面临同样的问题。但我以这种方式解决了它-

1- Clean Your Code (Product > Clean),
2- Clean Your build folder (holding the Option-Key while redoing the last step) and
3- Changing the Simulator Device once.
于 2013-10-18T14:19:35.043 回答