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の「すべての構成のベースSDK」と「アクティブSDK」の違いは何ですか?
「アクティブSDK」値は、事実上「ベースSDK」値のビルド時オーバーライドであり、アプリケーションのビルドに使用されるSDKのバージョンを決定します。一般に、最新の安定したSDK(現時点では非ベータ版3.0 SDK)に対してアプリケーションを構築し、「iPhone OS展開ターゲット」をサポートする予定の最も古いデバイスのバージョン(例:2.2)に設定する必要があります。 .1)。