You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Congratulations and thank you for APAddressBook.
We are upgrading our project to use swift, so in order to include swift pods we need to use use_frameworks! Everything compiles fine, but we have this linker error related with APAddressBook:
"embedded dylibs/frameworks are only supported on iOS 8.0 and later"
Can we do anything to workaournd it?
Thanks!
Robert.
The text was updated successfully, but these errors were encountered:
Hi,
Sounds like the problem is in Cocoapods not in APAddressBook. Do you try to comment APAddressBook line in your Podfile? Also, what is the minimum iOS version your app support?
Hi!
Congratulations and thank you for APAddressBook.
We are upgrading our project to use swift, so in order to include swift pods we need to use use_frameworks! Everything compiles fine, but we have this linker error related with APAddressBook:
"embedded dylibs/frameworks are only supported on iOS 8.0 and later"
Can we do anything to workaournd it?
Thanks!
Robert.
The text was updated successfully, but these errors were encountered: