28
30

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Xcode6にOS X 10.8SDKを追加する

Last updated at Posted at 2014-10-08

Xcode6にはOS X 10.9とiOS8.0向けのSDKしか入っておらず、古いプロジェクトのコンパイルが通らないので、10.8向けのSDKを追加する方法。

###Xcode5をダウンロード
すでにインストールずみならここはスルーで。

Appleのダウンロードサイトから10.8SDKを含むXcode(5.1.1とか5.1)をダウンロード

###Xcode6にSDKをコピー

  1. ダウンロードしたXcode.appを右クリック>パッケージの内容を表示
  2. Xcode5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs以下にあるMacOSX10.8.sdkをコピー
  3. 同様にXcode.app(6)を右クリック>パッケージの内容を表示から、/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKsを開く。
  4. 2でコピーしたMacOSX10.8.sdkをペースト

###Xcode6を再起動
Xcode6を再起動し、Build SettingからOS X 10.8が選択でき、コンパイルが通ることを確認。

たいしたことじゃないけど、SDKがあるパスを忘れたりするので備忘として。
他のSDKもこの方法で追加できるはず。

28
30
3

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
28
30

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?