tylerwilson
05/30/2024, 1:13 PMShowing Recent Issues
/Users/tylerwilson/.gradle/caches/modules-2/files-2.1/com.rickclephas.kmp/kmp-nativecoroutines-core-iosarm64/1.0.0-ALPHA-31/6f28f81ff9d3bd7604cf5c7829a5a60d7a3297a4/kmp-nativecoroutines-core is cached (in /Users/tylerwilson/.konan/kotlin-native-prebuilt-macos-aarch64-2.0.0/klib/cache/ios_arm64-gSTATIC-pl/com.rickclephas.kmp:kmp-nativecoroutines-core/unspecified/2vfuliorv8tea.186a5xe3rdec2/com.rickclephas.kmp:kmp-nativecoroutines-core-cache/bin/libcom.rickclephas.kmp:kmp-nativecoroutines-core-cache.a), but its dependency isn't: /Users/tylerwilson/.konan/kotlin-native-prebuilt-macos-aarch64-2.0.0/klib/common/stdlib
Has anybody seen something like this before? If so, any solutions? I am using the standard ./gradlew :embedAndSignAppleFrameworkForXcode Run Script. Thank you!tylerwilson
05/30/2024, 1:14 PMtylerwilson
05/31/2024, 1:18 AM// see if this helps with the gc/mem issues
this.compilations.configureEach {
compilerOptions.configure {
freeCompilerArgs.add("-Xallocator=mimalloc")
}
}
this was needed for us in 1.9.x due to the GC algorithm killing our apps performance.
Hopefully 2.0.0 is better behaved in this regard. But not that I can build again, I will be testing it.OLGA
06/20/2024, 1:21 PMOLGA
06/20/2024, 1:41 PMOLGA
06/20/2024, 1:42 PM