flurry/flurry-ios-sdk

Missing bitcode support

CraigSiemens opened this issue · 4 comments

With the Xcode 7 GM being released, I wanted to enable bitcode for my project.

When I archive my project, I now get these warning.

ld: warning: full bitcode bundle could not be generated because '/Users/craig/app/Pods/Flurry-iOS-SDK/Flurry/libFlurry_7.1.0.a(PLCrashProcessInfo.o)' was built only with bitcode marker. The library must be generated from Xcode archive build with bitcode enabled (Xcode setting ENABLE_BITCODE)

ld: warning: full bitcode bundle could not be generated because '/Users/craig/app/Pods/Flurry-iOS-SDK/Flurry/libFlurry_7.1.0.a(libFlurry.a-armv7-master.o)' was built only with bitcode marker. The library must be generated from Xcode archive build with bitcode enabled (Xcode setting ENABLE_BITCODE)

Thanks for the update Craig, we are aware of the issue and will release a fix either tonight or tomorrow.
Regards,
Mike

 On Tuesday, September 15, 2015 3:21 PM, Craig Siemens <notifications@github.com> wrote:

With the Xcode 7 GM being released, I wanted to enable bitcode for my project.When I archive my project, I now get these warning.ld: warning: full bitcode bundle could not be generated because '/Users/craig/app/Pods/Flurry-iOS-SDK/Flurry/libFlurry_7.1.0.a(PLCrashProcessInfo.o)' was built only with bitcode marker. The library must be generated from Xcode archive build with bitcode enabled (Xcode setting ENABLE_BITCODE)

ld: warning: full bitcode bundle could not be generated because '/Users/craig/app/Pods/Flurry-iOS-SDK/Flurry/libFlurry_7.1.0.a(libFlurry.a-armv7-master.o)' was built only with bitcode marker. The library must be generated from Xcode archive build with bitcode enabled (Xcode setting ENABLE_BITCODE)

Reply to this email directly or view it on GitHub.

I'm also after bitcode support. Can you please update when this is released? I've seen no reference to it in the release notes so far.

This has been released. Please try Flurry iOS SDK 7.1.1 for bitcode support.

Regards,

Mike

Thanks Mike. It works for me