Has anyone faced this error before? I made this pr...
# compose-ios
k
Has anyone faced this error before? I made this project through KMP wizard and upon running the ios app it gives me this.
m
did you setup your target device in xcode?
k
Yes I have.
p
Is
kdoctor
ok in your environment?
k
Yep...
p
Ok, did you get to see a .framework folder in the build directory?
k
I can see xcode-framework but not the .framwork
p
Humm, you might need to run the gradle task to assemble the.framework manually
Or sometimes just play with the IDE, restart it, clean cache things like that. Are you running from AS or Xcode?
k
I've tried on both, and have almost done every shenanigan that AS needs to make things work.
😁 1
p
Humm ran out of ideas 😞. Wait maybe someone from JB jumps in
k
I have made a progress to change the error, now I'm getting this one,
Copy code
error: Could not find "co.touchlab:stately-common" in [/Users/mac/Downloads/ExpressCabs, /Users/mac/.konan/klib, /Users/mac/.konan/kotlin-native-prebuilt-macos-x86_64-1.9.22/klib/common, /Users/mac/.konan/kotlin-native-prebuilt-macos-x86_64-1.9.22/klib/platform/ios_simulator_arm64]
error: Compilation finished with errors
Any ideas about this one?