Aadesh Maheshwari
06/06/2023, 6:28 AMiosX64() iosArm64() iosSimulatorArm64()
but this library gives error which used in my KMM project. Error stack
```
Task widgetcompileKotlinIosSimulatorArm64 FAILED
e: Could not find "org.jetbrains.kotlin.native.platform.CoreFoundationBase" in [/Users/Documents/felix, /Users/.konan/klib, /Users/.konan/kotlin-native-prebuilt-macos-aarch64-1.7.21/klib/common, /Users/.konan/kotlin-native-prebuilt-macos-aarch64-1.7.21/klib/platform/ios_simulator_arm64]FAILURE: Build failed with an exception. Any help is much appreciated!
veyndan
06/06/2023, 8:57 AMAadesh Maheshwari
06/06/2023, 9:00 AMkotlin {
if (providers.gradleProperty("include_ios").get().toBoolean()) {
iosX64()
iosArm64()
iosSimulatorArm64()
}
}
binary file of this architectures are not published and hence creates problem when I try to use it in my app.
veyndan
06/06/2023, 9:05 AMAadesh Maheshwari
06/07/2023, 7:09 AMveyndan
06/07/2023, 2:52 PMAadesh Maheshwari
06/08/2023, 5:29 AMAadesh Maheshwari
06/08/2023, 6:39 AMveyndan
06/09/2023, 12:55 PM