I'm getting this error when trying to archive the app for the App Store:
"AmazonAd.framework/AmazonAd(AmazonAdOptions.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build for architecture armv7"
I'm guessing it's because Amazon decided to build the libs and exclude armv7 in architectures - is that correct?
Armv7 is required to support many older devices (iPhone 4s, iPad 2, and many others), that are still actively being used.
Is anyone else having this issue, and more importantly, has anyone found a workaround?
Thanks,
-Nico