Bitcode is really important for me, because it generates dSYM file for crash symbolization. I have a library which has bitcode disabled. Because of it I cannot archive my build with bitcode enabled. I get this error:
‘path to framework’ 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. file 'path to framework’ for architecture arm64
I searched for solutions but the only solution I found was to disable bitcode. But that solution creates more problems with crashes symbolization. Is there another way? Or why it is not possible?