lapacino
lapacino

Reputation: 171

Xcode 6.4 autocomplete for my class not working?

  1. I change the search for user path to yes
  2. Delete the contents of the DerivedData folder (~/Library/Developer/Xcode/DerivedData)
  3. I restart Xcode but autocomplete didn't call my class proprety

Upvotes: 1

Views: 327

Answers (1)

fabiodrs
fabiodrs

Reputation: 71

Try this: close your project and your Xcode; Right click on the project and select the Show Package Contents, then open xcuserdata folder and delete the [username].xcuserdata folder. Open the Xcode, clean your project and build it once for device (not for simulator). It worked for me.

Upvotes: 1

Related Questions