bitstadium / HockeySDK-iOS

HockeyApp was retired and the SDKs are deprecated. Please use App Center instead.
https://github.com/microsoft/appcenter-sdk-apple
Other
597 stars 268 forks source link

enable Bitcode in all configurations, not just debug #344

Closed diederich closed 8 years ago

diederich commented 8 years ago

Remove disabling Bitcode in the static library target. 566d6f77fd0 introduces this to silence a warning, but I didn't see that building with Xcode 8. Instead, Xcode complained about missing bitcode.

lumaxis commented 8 years ago

Hey @diederich, thanks for the heads-up on this! I think this is better solved by #345 as we actually want to set all of these settings in xcconfig files. The original issue originates from the lack of Bitcode flags when building with the iOS 10 base SDK.