1

I have updated my Xcode to 8.2.1. I am using "Command" + "Left mouse Click" to jump to the target function, although it not working randomly, What's the root cause?

Kevin
  • 711
  • 7
  • 19

1 Answers1

1

I had the same problem today and I follow the answer here to resolve it:

  1. File > Workspace Settings (or Project Setting)
  2. Click over the little grey arrow above Advanced... Button (Derived Data)
  3. Select my project folder and delete it.

After deleted the folder (Derived Data), cmd+left-click starts to jump to the target function again.

Joe Huang
  • 6,296
  • 7
  • 48
  • 81