In one of my projects, I integrate paytab ios sdk when an integration error occurs that
a (PayTabCardReaderViewController.o) 'does not contain a bit code. I tried to enable bitcode = No
but after turning on bitcode = no it shows me more than 40 erros, does anyone know if it is possible to disable bitcode for only 1 sdk / library?
Error: a (PayTabCardReaderViewController.o) 'does not contain a bitcode. You must rebuild it with the bit code turned on (Xcode parameter ENABLE_BITCODE), get the updated library from the provider, or disable the bit code for this purpose. for arm64 architecture clang: error: linker command did not work with exit code 1 (use -v to invoke the call)
source
share