I am trying to run the initial example apps generated by the Kotlin Multi Platform Mobile plugin in Android Studio. I followed these steps for my environment setup. The Android Simulator runs correctly, but the iPhone Simulator does not. The Run Configuration has the following error:
Error: Selected scheme "iosApp" does not support "iphonesimulator"
When I run the configuration (ignoring the error), the iPhone simulator does open and appears to load iOS, but it never loads the "Hello, iOS" application that is in Android Studio.
What would cause this?
Version Information:
- macOS 12.2.1
- Android Studio 2021.1.1 Patch 2
- Xcode 13.3
4
Answers
I fixed it with the following method.
com.jetbrains.AppCode.BridgeService.plist
there.From my tests, it seems that there may be multiple reasons for which we receive this error:
instead of
I managed to fix this by going into
Edit Configurations
on Android Studio and choosing the location of my XCode project file again. I believe this is an error of the KMM plugin in Android Studio and has yet to be fixed.Updating Android Studio and KMM plugin worked for me.