LoginSignup
2
2

More than 3 years have passed since last update.

"Xcodeが予期しない理由で終了しました。" (The Xcode build system has crashed.)解決方法

Last updated at Posted at 2019-10-31

環境

Xcode 10.3

現象

どのプロジェクトも"Xcodeが予期しない理由で終了しました。"となる。

rm -r ~/Library/Developer/Xcode/DerivedData/
rm -r myapp.xcworkspace
pod install

どちらも試したが、解決せず。

解決方法

メニュー>File>Project Setting から
「Legacy Build System」を選択

スクリーンショット 2019-10-31 18.20.03.png

参考URL

https://stackoverflow.com/questions/50870787/xcode-9-4-unexpected-service-error-the-xcode-build-system-has-crashed
https://qiita.com/KosukeOhmura/items/bb6986d723a36633411b

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