Tien-Nvan
Tien-Nvan

Reputation: 88

xcode 9.1 cannot jump to definition

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

Answers (2)

Vishal Bhogal
Vishal Bhogal

Reputation: 1

Force Quit Xcode -> Start Xcode -> Clean Build Folder

Let the indexing finish and files getting processed.

Run the build again.

Upvotes: 0

Max Soiferman
Max Soiferman

Reputation: 11

Go to Preferences->Navigation->Command-click on Code:->Jump To Definition

See the image

enter image description here

Upvotes: 1

Related Questions