LoginSignup
39
35

More than 5 years have passed since last update.

Xcodeでコード補完が効かなくなった時に…

Posted at

補完が効かない…

ほとんどが
・DerivedDataを削除
・Xcodeを再起動
・macを再起動
とかで効くようになるようですが、
それでも効果がなかった時に

$ rm -rf ~/Library/Caches/com.apple.dt.Xcode
$ defaults delete com.apple.dt.Xcode IDEIndexDisable
$ defaults write com.apple.dt.Xcode IDEIndexEnable 1

としたら効くようになりました。

参考

39
35
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
39
35