burczyk / KBContactsSelection

Easily search and select contacts in your iOS Address Book and redirect to Mail or Messages with results.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

APAddressBook framework had been updated. Please fix it, I have not permission.

Jacenty10 opened this issue · comments

I can't compile current version At my project.
APContact class has no member function "firstName" and "lastName"

KBContactsSelection/KBContactsSelection/APContact+FullName.m:17:14: Property 'firstName' not found on object of type 'APContact *'
KBContactsSelection/KBContactsSelection/APContact+FullName.m:18:23: Property 'firstName' not found on object of type 'APContact *'
KBContactsSelection/KBContactsSelection/APContact+FullName.m:21:14: Property 'lastName' not found on object of type 'APContact *'
KBContactsSelection/KBContactsSelection/APContact+FullName.m:22:68: Property 'lastName' not found on object of type 'APContact *'

It is easy to fix.
Please help me.
Thank you.

to @burczyk

Version 1.2.5 updated today supports APAddressBook 0.2.1 and changed API. It was already pushed to CocoaPods so it should all work again.