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

Yaniv Sosnovsky

01/27/2021, 1:16 PM
Hi guys. Just to give some more information about @Shawn Tuckers message -> We are able to run the gradle scripts for • linkDebugFrameworkIosArm64 • linkReleaseFrameworkIosArm64 • linkReleaseFrameworkIosX64  and it runs properly. The only one that fails is linkDebugFrameworkIosX64. Any advice?
k

krzysztof

01/27/2021, 1:26 PM
Isn’t x64 only for simulators?
y

Yaniv Sosnovsky

01/27/2021, 1:27 PM
yep. but thats the main platform our ios developers are using, so we would like to solve this
a

Artyom Degtyarev [JB]

01/27/2021, 2:11 PM
Hello, @Yaniv Sosnovsky! I think it worth filing an issue at https://github.com/Kotlin/kotlinx.atomicfu/issues
Also, it might be useful to run the Gradle manually with
--info
flag. Maybe there is some incorrect path to the
org.jetbrains.kotlinx:atomicfu-cinterop-interop.klib
or something.
13 Views