Unexplained warnings when accessing Contacts
Gordon Watson <[email protected]> Mon, 9 Jan 2017 15:54:28 +0000
| Newsgroups | gmane.comp.python.pyobjc.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, Can anyone suggest why... When accessing entries in Contacts I'm getting the following warning messages: CoreData: warning: dynamic accessors failed to find @property implementation for 'uniqueId' for entity ABCDRelatedName while resolving selector 'uniqueId' on class 'ABCDOwnedObject'. Did you remember to declare it @dynamic or @synthesized in the @implementation ? Or, similarly: CoreData: warning: dynamic accessors failed to find @property implementation for 'name' for entity ABCDRelatedName while resolving selector 'name' on class 'ABCDOwnedObject'. Did you remember to declare it @dynamic or @synthesized in the @implementation ? My code seems to work, though. macOS 10.12.2 py27-pyobjc 3.0.4 pyobjc-framework-AddressBook 3.2.1 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Pyobjc-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyobjc-dev