On 1.3.20 what is the proper why to disable bitcod...
# multiplatform
d
On 1.3.20 what is the proper why to disable bitcode for libs brought in via cinterops under debug iosX64 builds? Tried adding
extraOpts '-Xembed-bitcode-marker'
but get the following warning on each build:
warning: Flag is not supported by this version of the compiler: -Xembed-bitcode-marker
and the build eventually fails stating the library I'm bringing in with cinterops does not contain bitcode.
s
d
perfect. thanks @svyatoslav.scherbina