LoginSignup
1
0

More than 5 years have passed since last update.

Xcode9でcmd+clickが効かない時(?が表示されて遷移しない)の解消方法

Last updated at Posted at 2018-02-02

わたしのパターンでは下記で解決できました。

解決方法

  1. Xcodeを終了する
  2. 下記に移動
    /Users/[ユーザー名]/Library/Developer/Xcode/DerivedData

  3. DerivedData以下を全て削除

  4. 対象のXcodeプロジェクト(xcworkspace or xcodeproj)をコンテキストメニュー[パッケージの内容を表示]をクリック

  5. xcuserdata以下を全て削除

  6. Xcode再起動

Links

古いstackoverflowですが参考になりました。
https://stackoverflow.com/questions/10306539/xcode-code-sense-and-cmdclick-to-symbol-doesnt-work-for-1-of-my-projects

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