I'm relatively new to iOS programming. I 've made some apps to the 6.0 emulator and I tried to run them in the 5.1 emulator.
They all crash in [self.window makeKeyAndVisible];
in appdelegate.mm
didFinishLaunchingWithOptions
. Note that I had to enable "add exception breakpoint" for this to show up.
- Where can I see a crash log in xcode?
- Can I tell xcode to warn me on new APIs ? I found in a similar question the snippet in the PCH but I 'm not sure what to put in order to work.
- XIB ファイルのエラーが原因で問題が発生する可能性があることを理解しています。これらの可能性のあるエラーをどのように検出できますか?
編集: はい、空の XIB で開始しましたが、クラッシュしません。したがって、XIB エラーである必要があります。それらがどのような種類のエラーであるかをどのように検出できますか? 1 つのイメージと 2 つのボタンを持つ単純な xib からすべての接続/アウトレットを削除しましたが、それでもクラッシュします。
M.