Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

Xcode 古いバージョンをインストールする方法

0
Posted at

はじめに

古い MacBook を譲り受け macOS デビューしました :v: せっかくなので Swift をさわってみようと思ったのですが、統合開発環境である Xcode のインストールに少し遠回りが必要だったので、備忘録です。

MacBook のバージョンを調べる

システム設定アプリの一般タブから確認できました。MacBook Pro 2017 は、バージョン 14 以降には対応していないようで、これ以上のアップデートはできないみたいです。

対応している Xcode のバージョンを調べる

以下の URL から対応している Xcode のバージョンを調べました。

どうやら Xcode 15.2 のようです。

Xcode を取得する

古い Xcode は AppStore では取得できません。以下の URL にアクセスします。

検索窓に Xcode 15.2 と入力し View Details からダウンロードします。

ダウンロードの完了後 Finder アプリからダウンロードタブを開きます。ダウンロードした xip ファイルをダブルクリックすると、展開が始まります。

展開を待ちます。

展開が終わりました。

Xcode を /Application に移動する

Finder からダウンロードタブにある Xcode 本体をアプリケーションタブに移動させます。この作業をしておかないと、確かビルドエラーで動かなかったと思います。

Xcode の起動

Finder のアプリケーションタブから Xcode を実行します。

無事に起動しました。

おわりに

とりあえず、簡単なアプリを作るところまでがんばってみる予定です。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?