Re: Core Data: I/O Error No Such Column

2011-07-24 Thread Nick Shore
Well, great success - I think I've finally figured out what's wrong. I have an entity, MyEntity. I have two other entities, Foo and Bar, that both have many to many relationships with MyEntity. MyEntity has relationshipFoo and relationshipBar. Both Foo and Bar have a relationship called

Core Data: I/O Error No Such Column

2011-07-23 Thread Nick Shore
I'm getting the following error in my application: CoreData: error: (1) I/O error for database at /Users/nick/library path/blah.sqlite. SQLite error code:1, 'no such column: t1.Z_3RELATIONSHIPENTITY1 This error only occurs if I build the project in Xcode 4.1 on Lion. If I build the same