I've had this problem ever since upgrading to xcode 4. In the core data model editor, I can't see my diagram view. Everything else seems to work, but mostly the graphic view is just blank. If I click around on entities in the list, I get a screen that looks like this: http://imgur.com/zE1Ci
From the Xcode menu bar, choose Editor > Create NSManagedObject Subclass. Select your data model, then the appropriate entity, and choose where to save the files. Xcode places both class and properties files into your project.
Get our help adding Core Data to your project So, with your existing project open, create a new project in Xcode (⇧⌘N) and select a Single View App, you can call it whatever you like as we'll be deleting it when we're done. You'll see the “Use Core Data” checkbox on the project options screen, make sure it is checked.
Scalar Types Core Data has support for many common data types like integers, floats, booleans, and so on. However, by default, the data model editor generates these attributes as NSNumber properties in the managed object subclasses.
I hit this problem, here is how I fixed it:
Note: No guarantees you won't lose any work product. This solution allowed me to return to a working graphical state at the point just before the graphical problem began and I didn't lose any work.
I did something similar to Chris:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With