Alterplay / APAddressBook

Easy access to iOS address book
MIT License
1.38k stars 193 forks source link

'ABRecordRef' is deprecated: first deprecated in iOS 9.0 #172

Closed sourabhardwaj closed 6 years ago

sourabhardwaj commented 6 years ago

I am running my app on iOS 10 or higher deployment target and using Swift 3.0 and XCode 9 version. However we are getting below compiler warnings:

'ABRecordRef' is deprecated: first deprecated in iOS 9.0 - use CNContact, CNGroup, or CNContainer

'ABAddressBookRef' is deprecated: first deprecated in iOS 9.0 - use CNContactStore

Kindly suggest which pod version of the APAddressBook has the updated iOS framework integrated.

Thanks, ~ Sourabh

belkevich commented 6 years ago

APAddressBook is based on AddressBook.framework which is deprecated. So there is now way to remove this warnings except use new Contacts API instead of APAddressBook