15
8

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にコンパイルエラーが表示されないときの対処法

Posted at

Buildがfailedするのに、XcodeでIssue Navigator, Issue Navigatorになにも表示されなくなったときの対処法備忘録。
Xcode10のせいかと思っていたら結構前からあるバグみたいです。

結果以下のステップで直りました:ok_hand:
今回のケースに限らずXcodeの不具合はだいたいこれで直る気がしてます。

1. DerivedDateを消去

rm -rf ~/Library/Developer/Xcode/DerivedData

2.キャッシュを消去

rm -rf $HOME/Library/Caches/com.apple.dt.Xcode/

3.XCode再起動

15
8
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
15
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?