Reputation: 88
I have only one large project write with swift 3.2 and use Xcode 9.1 to open it. But I can't use function "Jump to definition" of Xcode, it only show question mark (?). The other project can "Jump to definition". How can I fix it? Very thanks.
Upvotes: 5
Views: 2723
Reputation: 1
Force Quit Xcode -> Start Xcode -> Clean Build Folder
Let the indexing finish and files getting processed.
Run the build again.
Upvotes: 0
Reputation: 11
Go to Preferences->Navigation->Command-click on Code:->Jump To Definition
See the image
Upvotes: 1