如何处理此消息?
What to do with this message?
我用iOS8objective-c。我在 select 从联系人列表中联系后收到此消息。
plugin com.apple.MobileAddressBook.ContactsViewService invalidated
如何处理此消息?
谢谢
你可以忽略它。
此消息只是告诉您,该插件已被系统卸载。
当您在调试您的应用程序时使用第 3 方键盘时,如果键盘已关闭,也会发生同样的情况。
忽视问题永远不是解决方案 (Thyraz)。
您在日志中看到此消息是因为在 IOS 9 ABPeoplePickerNavigationController 中不再有效。
现在有新的 library/framework 联系人(CNContact) which will be used in IOS 9 and above: https://developer.apple.com/library/prerelease/ios/documentation/Contacts/Reference/Contacts_Framework/index.html
我用iOS8objective-c。我在 select 从联系人列表中联系后收到此消息。
plugin com.apple.MobileAddressBook.ContactsViewService invalidated
如何处理此消息?
谢谢
你可以忽略它。 此消息只是告诉您,该插件已被系统卸载。
当您在调试您的应用程序时使用第 3 方键盘时,如果键盘已关闭,也会发生同样的情况。
忽视问题永远不是解决方案 (Thyraz)。
您在日志中看到此消息是因为在 IOS 9 ABPeoplePickerNavigationController 中不再有效。
现在有新的 library/framework 联系人(CNContact) which will be used in IOS 9 and above: https://developer.apple.com/library/prerelease/ios/documentation/Contacts/Reference/Contacts_Framework/index.html