macOS Sierra의 연락처가 더 이상 열리지 않습니다. 다음과 같은 오류가 발생합니다.
터미널에서 연락처를 시작하려고하면 다음 오류가 발생합니다.
$ /Applications/Contacts.app/Contents/MacOS/Contacts
CoreData: 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 ?
CoreData: warning: dynamic accessors failed to find @property implementation for 'uniqueId' for entity ABCDGroup while resolving selector 'uniqueId' on class 'ABCDGroup'. Did you remember to declare it @dynamic or @synthesized in the @implementation ?
CoreData: warning: dynamic accessors failed to find @property implementation for 'serialNumber' for entity ABCDAddressBookSource while resolving selector 'serialNumber' on class 'ABCDAddressBookSource'. Did you remember to declare it @dynamic or @synthesized in the @implementation ?
CoreData: warning: dynamic accessors failed to find @property implementation for 'uniqueId' for entity ABCDAddressBookSource while resolving selector 'uniqueId' on class 'ABCDAddressBookSource'. Did you remember to declare it @dynamic or @synthesized in the @implementation ?
CoreData: warning: dynamic accessors failed to find @property implementation for 'uniqueId' for entity ABCDContact while resolving selector 'uniqueId' on class 'ABCDContact'. Did you remember to declare it @dynamic or @synthesized in the @implementation ?
CoreData: warning: dynamic accessors failed to find @property implementation for 'imageReference' for entity ABCDContact while resolving selector 'imageReference' on class 'ABCDContact'. Did you remember to declare it @dynamic or @synthesized in the @implementation ?
전에 본 사람 있어요? 이 문제를 어떻게 해결할 수 있습니까?