Re: Non-standard attributes - avoid warning from data model compiler?
Re: Non-standard attributes - avoid warning from data model compiler?
- Subject: Re: Non-standard attributes - avoid warning from data model compiler?
- From: Dan Messing <email@hidden>
- Date: Tue, 31 May 2005 19:41:46 -0500
Or remove the transient attribute, which I believe will only break undo/redo, which you would then have to implement yourself for the custom attribute. I'm no authority on the subject though, so someone please correct me if I'm wrong here.
- Dan
As far as I know there's no way to suppress this warning. Feel free to file a bug (http://bugreport.apple.com) if this is a problem for you.
If you absolutely must avoid the warning, you could do so by programatically creating the transient attribute at runtime before loading the model into your persistent store coordinator.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden