我想在iOS模拟器中以Retina模式测试我的iPad应用程序。它在非视网膜模式下运行良好。
然而,当选择Hardware / Device / iPad Retina
时,我的应用程序崩溃并且行中的Xcode断开
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]))
未显示错误消息。
关于这里可能出现什么问题的任何想法?
答案 0 :(得分:2)
重置模拟器iPad视网膜,清理项目并重新运行。
注意:由于声誉不佳,我必须作为答案。
答案 1 :(得分: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.