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?
            Asked
            
        
        
            Active
            
        
            Viewed 169 times
        
    1 Answers
1
            
            
        I had the same problem today and I follow the answer here to resolve it:
- File > Workspace Settings (or Project Setting)
- Click over the little grey arrow above Advanced... Button (Derived Data)
- 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
