问题
I use iOS 8 objective-c. I receive this message after select contact from contact list.
plugin com.apple.MobileAddressBook.ContactsViewService invalidated
What to do with this message?
Thanks
回答1:
You can simply ignore it. This message just tells you, that the plugin was unloaded by the system.
The same happens when you use 3rd party keyboards while debugging your app when the keyboard has been dismissed.
回答2:
Ignoring a problem is never a solution (Thyraz).
You are seeing this message in log because in IOS 9 ABPeoplePickerNavigationController is no longer works.
Now there is new library/framework for contacts(CNContact) which will be used in IOS 9 and above: https://developer.apple.com/library/prerelease/ios/documentation/Contacts/Reference/Contacts_Framework/index.html
来源:https://stackoverflow.com/questions/29252109/what-to-do-with-this-message