0
2

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 3 years have passed since last update.

Xcodeアップデート後のエラー解消の手順メモ

Last updated at Posted at 2019-11-21

Xcodeのアップデートを行なった後に出現する諸々のエラーの解消に行なった手順をメモしていきます。

Xcodeのダウンロード

1.インストールしたいXcodeのバージョンを以下で検索(今回は 12.2.1 )
https://developer.apple.com/ios/download/

2.圧縮ファイルをダウンロードして解凍

3.元のXcodeを削除する(任意?)

→この状態でビルドの実行をすると色々エラーが起きる

エラーの解消でやった手順

1.まずは紐づいているXcodeのバージョンを確認
スクリーンショット 2019-11-21 11.28.50.png
2.古いバージョンが指定されていたので新しいバージョンに変更

3.DerivedDataの削除
↓Preferenceを押して
image.png

↓Locationsを開いて
スクリーンショット 2019-11-21 12.40.25.png

↓DerivedDtaのよく分からない中身を削除
スクリーンショット 2019-11-21 12.46.56.png

4.ターミナルで xcode-select --print-path を実行

5.更に sudo xcode-select --switch /Applications/Xcode.app を実行

6.更に bundle install を実行

7.更に bundle exec fastlane setup を実行する

結果

新しいXcodeでビルドが実行できるようになりました。

メモ

それぞれの手順が何の意味があるか分からず行なっているので、今後わかり次第に追記していきます。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?