Using same name for Core Data object as a Private Framework Object
Posted
by bjorn geez
on Stack Overflow
See other posts from Stack Overflow
or by bjorn geez
Published on 2010-06-14T14:18:58Z
Indexed on
2010/06/14
14:22 UTC
Read the original article
Hit count: 454
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
© Stack Overflow or respective owner