przelewy24 / p24-mobile-lib-ios

iOS library for Przelewy24 payments
2 stars 0 forks source link

Library doesn't have bitcode enabled #1

Closed aeirola closed 6 years ago

aeirola commented 6 years ago

Hello,

Building a production release of our application using this library fails with the following error:

ld: '.../ios/P24Lib/libP24.a(BankInfo.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture armv7

A workaround would be to disable bitcode for the application build, but this seems like a bad solution. Would you be able to provide a bitcode enabled build of the library?

przelewy24 commented 6 years ago

Hi, we added bitcode version to repo, you can find it here: https://github.com/przelewy24/p24-mobile-lib-ios/blob/master/libP24-bitcode.a

aeirola commented 6 years ago

Thanks for providing a bitcode enabled version as well.