Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What to do with this message?

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

like image 889
user3428151 Avatar asked Mar 25 '15 09:03

user3428151


1 Answers

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.

like image 149
Thyraz Avatar answered Sep 28 '22 19:09

Thyraz