<https://github.com/JetBrains/compose-multiplatfor...
# multiplatform
j
https://github.com/JetBrains/compose-multiplatform/tree/master/examples/graphics-2d ^-- Hey folks. I'm trying to run this example on iOS. No issues running on Android, JVM Desktop, Mac Desktop. But for iOS: • The docs say I should see a run configuration in Android Studio. I don't see that. I have the kotlin-multiplatform plugin installed. • Running via Xcode gives an error when it tries to execute the compile kotlin gradle task. • Running that gradle task directly, gives an error:
Copy code
1 problem was found storing the configuration cache.
- Task :shared:embedAndSignAppleFrameworkForXcode of type org.gradle.api.DefaultTask: cannot serialize object of type 'org.gradle.api.internal.project.DefaultProject', a subtype of 'org.gradle.api.Project', as these are not supported with the configuration cache.
If I run it again without the cache:
Copy code
Execution failed for task ':shared:syncComposeResourcesForIos'.
> Error while evaluating property 'xcodeTargetArchs' of task ':shared:syncComposeResourcesForIos'.
   > Could not infer iOS target architectures. Make sure to build via XCode (directly or via Kotlin Multiplatform Mobile plugin for Android Studio)