jamesMcKey
jamesMcKey

Reputation: 491

Xcode 9.2 no longer providing auto complete features on one project but it does on another?

I am using Xcode 9.2. For one project i have open there is auto complete enabling, but for another project that i am running it is some how disabled. Below are examples but this disabling of auto complete affects auto completion of functions etc...which is a real pain.

Example. Trying to import UIKit: enter image description here

On my other project is is how it should be:

enter image description here

Upvotes: 0

Views: 43

Answers (1)

user7219266
user7219266

Reputation:

Xcode is a capricious child. Be patient.

Clean build, delete derived data (Preferences -> Location -> Arrow next to Derived Data), re-launch Xcode.

Auto completion will finally come back.

Moreover, FYI, if you have a project actually running, you should cancel the run, I realized that Auto Completion come faster when no project are running.

Upvotes: 3

Related Questions