What to do with this message?
Asked Answered
U

2

16

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

Urogenital answered 25/3, 2015 at 9:42 Comment(0)
C
15

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.

Conurbation answered 25/3, 2015 at 9:51 Comment(2)
Sounds good. I'd like to up-vote you but I have no way to confirm that nothing bad is happening to my App when I ignore this. Then I'd be misleading others into thinking I've confirmed this when in fact I don't know. Do you have any explanation about why this message is benign?Tricksy
Its still giving same error in xCode7 GM.. Do you have any idea why this is happening?Homer
A
-1

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

Alejandroalejo answered 29/9, 2015 at 8:1 Comment(2)
may I ask you something you said ABPeoplePickerNavigationController is not available in iOS 9 while I'm developing my app and using it in iOS 9 and it is working fine. Could it be ignored if I submitted to the AppStore?Hemoglobin
it is not true to say that ABPeoplePickerNavigationController "no longer works". It has been deprecated, which means there is a newer way to do this, but that does not mean the old way has been retired yet.Ink

© 2022 - 2024 — McMap. All rights reserved.