&tag(Xcode4.3); *目次 [#m747258e] #contents *参考情報 [#n30be309] -[[Xcode4]] *変更点 [#o7e578d6] **プロジェクトの作成 [#a6c7c5d8] -View-based Application→Single View Application -Navigation-based Application→Master-Detail Application -Class Prefix : 固定で作られるファイルの接頭語。プロダクト名と同じにしておくのが無難?(HelloWorldならHelloWorld。もしくはプロダクト名の省略形とか)。 -Use Storyboards: Storyboardを使うかどうか。iOS5以降だけ対応。 -Use Automatic Reference Counting: ARCを使うかどうか。これもiOS5以降だけ対応。 -Include Unit Tests: UnitTestを生成するかどうか。 **フレームワークの追加 [#gb168ece] -[[Xcode 4.2/4.3 で Framework を追加する方法 - 入隠者通信 〜病を嗜む〜:http://d.hatena.ne.jp/hypercrab/20120111/1326219374]]より。 -真ん中のペインで[TARGETS]を選択→右側の[Build Phases]を選択→[Link Binary With Libraries]を選択してプラスを押す。 *トラブルシューティング [#qbf48a76] **デバッガで変数が表示されない。 [#ae58c883] **デバッガで変数内容がただしく表示されない [#ae58c883] -[[objective c - lldb fails to print variable values with "error: reference to 'id' is ambiguous" - Stack Overflow:http://stackoverflow.com/questions/9515630/lldb-fails-to-print-variable-values-with-error-reference-to-id-is-ambiguous]]。 -LLDBのバグ? Edit Scheme→でDebuggerをGDBに変更するのがとりあえずの解決らしい。