Core data - no help for entities?

Hi

I'm new to core data and am having numerous issues. As I'm new to Swift etc. I thought I'd work through a tutorial and see what is different to my project (a simple tracker using core data and core locations).

Looking at the Moonrunner tutorial on raywenderlich.com I notice, and it may well be a red herring, that on the tutorial if you click an entity in the data model, in the Quick Help section on the right if I click the "run" entity its states:

"Declaration public class run: NSManagedObject Declared in Run+CoreDataClass.swift"


If I click an entity in my project it simply states:

"No Quick Help"


Given I'm getting very random errors, e.g. entities not being recognized (when declaring a variable against them), but still te code compiles and runs, I'm wondering if I've missed something fundamental or have somehow got a corrupt XCode install or something. Note that I created a new project and data model just in case, and it still doesn't have the Quick Help I seen in the RW tutorial.

Thanks in advance for any pointers...

If QH wasn't installed or borked on your IDE, I'd not expect it to work in either example.


None the less, run the following command from Terminal, then relaunch Xcode.

defaults delete com.apple.dt.Xcode IDEIndexDisable


Otherwise I'd wonder if the help you're seeing in RW's sample isn't custom.

Core data - no help for entities?
 
 
Q