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

macOSをCatalinaにアップデートしたらXcodeのBuildができなくなった

Posted at

#なんでだろうね
Catalinaにアップデートしました豆岡です。そしたら、XcodeでBuildが、と言うか、cocoapods関連のところでエラーが発生してBuildできなくなってしまった。pod initもpod installもpod updateもできない。。。納期間近なのに。

#調べてみると
調べたら似たような悩みが1件だけ。
https://github.com/CocoaPods/Xcodeproj/issues/688
これを見てやったけど私は結局解決しませんでした。
試行錯誤して、関係しそうなものを片っ端からアップデートしたり入れ直したりして。。。結局、この方法で解決しました。

#結論

$ xcode-select --install

これを実行するとコマンドラインデベロッパーツールが必要ですとか出てくるので、素直にインストールする。

以上。

"""納期直前にmacOSのアップデートはしないように!"""

4
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
4
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?