> On 9 Jan 2017, at 16:54, Gordon Watson <gor...@gm...> wrote:
>
> 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
That’s odd. Do you have sample code that demonstrates the problem?
Ronald
|