flurry / flurry-adapter-admob-ios

Flurry Adapter for AdMob/DFP CocoaPods
Apache License 2.0
7 stars 5 forks source link

Library BitCode Issue #5

Closed hf2186 closed 7 years ago

hf2186 commented 7 years ago

AdMobMediationAdapterFlurry/FlurryAdapter/libFlurryAdapter.a(GADMAdapterFlurryAppCircle.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

eysteinbye commented 7 years ago

I get the same error. Anyone found a solution to this?

The only work around I have is to not use that latest version.

pod 'AdMobMediationAdapterFlurry', '=7.8.2'
hf2186 commented 7 years ago

@ugonna is there an ETA for the fix?

ugonna commented 7 years ago

Hi @hf2186 and @eysteinbye. Thanks for reporting this. We're taking a look at this and a scheduled release for this week should take care of it.

ugonna commented 7 years ago

This should be resolved with v7.9.2. Let us know if there are any other issues.

eysteinbye commented 7 years ago

7.9.2 Works 👍 Thank you @ugonna

hf2186 commented 7 years ago

Confirmed 7.9.2 works. Thanks!