https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
d

drofwarcs

01/25/2019, 8:56 PM
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

svyatoslav.scherbina

01/26/2019, 8:02 AM
d

drofwarcs

01/26/2019, 11:50 PM
perfect. thanks @svyatoslav.scherbina
3 Views