wizard created kmp project won't compile for ios
I've been reworking an android app to make it a compatible with the the kotlin multiplatform framework. After getting stuck I decided to start with a fresh, very basic setup and build out from there. So I created a a project using the kotlin multiplatform wizard, but I'm getting the same error:
synccomposeresourcesforios Cannot query the value of this provider because it has no value available
Running kdoctor does not yield any issues and composeApp compiles to android without any problems. I'm sure I must be missing something simple, but I'm having no luck.
Please sign in to leave a comment.
The issue was that the kotlin multiplatform wizard does not for some reason include x_86_64 support, which is needed. See the comments in the following link for a solution youtrack.jetbrains.com/issue/CMP-8436