Hi guys. Just to give some more information about ...
# multiplatform
y
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
Isn’t x64 only for simulators?
y
yep. but thats the main platform our ios developers are using, so we would like to solve this
a
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.