Re: Core Data, dynamic accessors and compiler warnings

2008-08-10 Thread Jim Correia
On Aug 10, 2008, at 10:02 AM, Chris Idou wrote: The Core data doco suggests that if you have a 1:M accessor for FooBar that you define in a header: - (void)addFooBarObject:(FooBar *)value; In order to suppress compiler warnings for using this dynamically generated method. However this crea

Core Data, dynamic accessors and compiler warnings

2008-08-10 Thread Chris Idou
The Core data doco suggests that if you have a 1:M accessor for FooBar that you define in a header: - (void)addFooBarObject:(FooBar *)value; In order to suppress compiler warnings for using this dynamically generated method. However this creates its own "incomplete implementation" compiler war