entersafe / bR301_iOS

Feitian mobile smartcard reader iOS SDK
GNU Lesser General Public License v2.1
9 stars 15 forks source link

Bitcode support #11

Open cwimberger opened 7 years ago

cwimberger commented 7 years ago

When we try to submit our app to the app store, we get the following error message:

d: bitcode bundle could not be generated because '/Users/a/libiRockey301_ccid_V1.31.7_release.a(ReaderInterface.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
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Can you enable bitcode support when building the library?