[Pyobjc-dev] Unexplained warnings when accessing Contacts
Brought to you by:
ronaldoussoren
From: Gordon W. <gor...@gm...> - 2017-01-09 15:55:09
|
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 |