#author("2016-04-26T13:42:25+09:00","default:wikiwriter","wikiwriter") #author("2016-04-26T14:29:09+09:00","default:wikiwriter","wikiwriter") [[iOSSDK]] &tag(iOSSDK/トラブルシューティング); *目次 [#rc8675d7] #contents *関連ページ [#k2e1b37b] *参考情報 [#hb8b44bf] *バージョンアップ時のエラー [#f3310893] **「ld: -pie can only be used when targeting iOS 4.2 or later」 [#xa55fe8e] **コンパイル時のエラー: 「ld: -pie can only be used when targeting iOS 4.2 or later」 [#xa55fe8e] -[[openFrameworks 0.84 iOS版 + 半C++11 + Xcode6 - Qiita:http://qiita.com/yasuraok/items/a2e22e446801dfeaa707]]にあるとおり、ターゲットを最近のiOSバージョンにすればよい。 **実行時のエラー: 「'NSInternalInconsistencyException', reason: 'Application windows are expected to have a root view controller at the end of application launch'」 [#j551072a] -[[iOS9でアプリが起動直後にクラッシュする場合の回避方法 - Qiita:http://qiita.com/peromasamune/items/716de6da66dd31faeba8]] -[[xcode7 - "Application windows are expected to have a root view controller at the end of application launch" error when running a project with Xcode 7, iOS 9 - Stack Overflow:http://stackoverflow.com/questions/30884896/application-windows-are-expected-to-have-a-root-view-controller-at-the-end-of-a]] -今回は2回目で対処