Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
xcode 4.3 で iOS 5.0 用のアプリをビルドおよびデバッグするにはどうすればよいですか。xcode-build を実行すると xcode 4.2 でビルドされ、アプリがクラッシュしますが、xcode を開くと xcode 4.3 でビルド (コンパイル) されます。ビルド設定 -> ベース SDK iOS 5.1 といくつかの MACOSX バリアントのみがあります。
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuildXcode 4.3 用の xcodebuild パスを手動で指定することを検討してください。
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
/Developer/usr/bin/Xcode 4.2 ツール バージョンからツールを起動しようとしていると思います。
/Developer/usr/bin/
Settings-Downloads-Components を使用して、Xcode 4.3 用の 5.0 Simulator SDK をインストールする必要があります。