In a brand new Swift app for OSX I dropped an ABPeoplePickerView in the window. Apart from importing AddressBook and creating an outlet for the peoplepicker, I added no code. On running the app (successfully - the picker works fine), the console filled up with about 30 warnings like this one :
AddressBookTest2[47632:12458347] [error] warning: dynamic accessors failed to find @property implementation for 'uniqueId' for entity ABCDInfo while resolving selector 'uniqueId' on class 'ABCDInfo'. Did you remember to declare it @dynamic or @synthesized in the @implementation ?
Should I be worrying? Or have I missed something?