Euler
04/01/2020, 5:01 PMTask BcLibcinteropRUAIosDownloading native dependencies (LLVM, sysroot etc). This is a one-time action performed only on the first run of the compiler. Downloading dependency: https://download.jetbrains.com/kotlin/native/libffi-3.2.1-3-darwin-macos.tar.gz (72.6 kiB/72.6 kiB). Done. Extracting dependency: /Users/vnteumr/.konan/cache/libffi-3.2.1-3-darwin-macos.tar.gz into /Users/vnteumr/.konan/dependencies Downloading dependency: https://download.jetbrains.com/kotlin/native/clang-llvm-apple-8.0.0-darwin-macos.tar.gz (393.8 MiB/393.8 MiB). Done. Extracting dependency: /Users/vnteumr/.konan/cache/clang-llvm-apple-8.0.0-darwin-macos.tar.gz into /Users/vnteumr/.konan/dependencies e: /Users/vnteumr/workspace/bc-android/bc-kmp/BcLib/build/classes/kotlin/ios/main/BcLib-cinterop-RUA.klib-build/kotlin/com/ingenico/lar/bc/bc.kt: (31, 23): Unresolved reference: UIAxis e: /Users/vnteumr/workspace/bc-android/bc-kmp/BcLib/build/classes/kotlin/ios/main/BcLib-cinterop-RUA.klib-build/kotlin/com/ingenico/lar/bc/bc.kt: (1345, 78): Unresolved reference: UIAxis e: /Users/vnteumr/workspace/bc-android/bc-kmp/BcLib/build/classes/kotlin/ios/main/BcLib-cinterop-RUA.klib-build/kotlin/com/ingenico/lar/bc/bc.kt: (1437, 70): Unresolved reference: UIAxis It is very strange because the error happened when I was trying to generate a FatFramerkork. After the compile error, I rollback the changes I have done on gradle.build file . However, the error still happen after rollback. Then, I deleted all cache files (.gradle, .idea, .konan) and tried to build again. The same error happens. Have you faced this error? Do you know how to fix it?
Euler
04/01/2020, 7:17 PMArtyom Degtyarev [JB]
04/02/2020, 11:38 AMEuler
04/02/2020, 12:16 PMEuler
04/04/2020, 10:02 AMArtyom Degtyarev [JB]
04/22/2020, 10:30 AMrepositories {
maven {
setUrl("<https://kotlin.bintray.com/native-xcode>")
}
}
kotlin.sourceSets["commonMain"].dependencies {
implementation("org.jetbrains.kotlin.native.xcode:kotlin-native-xcode-11-4-workaround:1.3.72.0")
}