Alterplay / APAddressBook

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

"embedded dylibs/frameworks are only supported on iOS 8.0 and later" #129

Open che1404 opened 8 years ago

che1404 commented 8 years ago

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.

belkevich commented 8 years ago

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?