Re: Core Data to many relationship deletion causing exception - SOLVED?

2011-08-16 Thread Quincey Morris
On Aug 16, 2011, at 13:14 , Andrew Kinnie wrote: > Hmm. Well the generated code was created by Xcode 4's "Create > NSManagedObject Subclass" based on the model. The properties are created > along with the methods, however due to an earlier issue, I changed @dynamic > to @synthesize for the v

Re: Core Data to many relationship deletion causing exception - SOLVED?

2011-08-16 Thread Andrew Kinnie
Hmm. Well the generated code was created by Xcode 4's "Create NSManagedObject Subclass" based on the model. The properties are created along with the methods, however due to an earlier issue, I changed @dynamic to @synthesize for the various properties in the .m for Article and MediaResource.