0
3

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.

古い Xcode で新しい iOS バージョンにビルド

Posted at

Macbook が古すぎて、最新の Xcode がインストールできなくなったため、新しい iPhone にアプリをインストールすることもできなくなった、困ったな。

でも。。。大・丈・夫

新しい Xcode をダウンロード

https://developer.apple.com/download/more から新しい Xcode をダウンロードします。例えば、Xcode 11.5

Device Support フォルダのリンクを作る

ダウンロードしたファイルを解凍し、/Applications/Xcode_11.5.appに移動後、下記コマンドでリンクを作ります。

ln -s /Applications/Xcode_11.5.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/11.5 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/11.5

Xcode 再起動

これから、新しい iOS にビルドできます。

0
3
0

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
0
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?