Using same name for Core Data object as a Private Framework Object
- by bjorn geez
Hi all,
I've got a core data-based app for iPhone and I'm getting the following warning:
objc[2472]: Class Property is implemented in both /System/Library/PrivateFrameworks/Notes.framework/Notes and /var/mobile/Applications/B69194FF-448F-48AD-A78D-DDB8935F/AmcCalc.app/AmcCalc. One of the two will be used. Which one is undefined.
When I started working on this app back with SDK 3.0 I didn't get this error, so how do I deal with this?
Thanks!
Bjorn