What to do with this message?

╄→гoц情女王★ 提交于 2019-12-23 07:26:11

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!