xcode cannot build release scheme Could not find "...
# koin
p
xcode cannot build release scheme Could not find "co.touchlab:stately-common" in [/Users/ggg/Desktop/main/bas-ios_main/Pods, /Users/ggg/.konan/klib, /Users/ggg/.konan/kotlin-native-prebuilt-macos-x86_64-1.9.0/klib/common, /Users/ggg/.konan/kotlin-native-prebuilt-macos-x86_64-1.9.0/klib/platform/ios_arm64]
a
is this related to Koin?
p
maybe
koin is using it
a
How is
Could not find "co.touchlab:stately-common"
related to Koin?
p
gradle shared:dependencies
it shows that
this fix it
c
Please, help people help you by providing more details about your problem. What are you trying to achieve? What version of Koin are you using? What problem are you facing? And what solutions have you tried to fix it so far?
👍 1
And to repeat what Alejandro pointed out above, this problem does not seem to be related to Koin at all.
p
Please show some respect
c
I believe my message was respectful. Good luck finding a solution.
j
Did you recently update your Kotlin version? You might try rebooting your machine. I've seen similar .konan cache errors and a reboot seemed to resolve. Might have something to do with the Gradle daemon.
p
@Jeff Lockhart thanks so much
d
Thanks! that helped me too when migrated to kotlin 1.9.21
457 Views