Hi folks. Any ideas why I can’t find the iOS app i...
# compose-ios
j
Hi folks. Any ideas why I can’t find the iOS app in the configuration list while trying to run the template app? I tried the latest Android Studio and IDEA and still have this issue. KDoctor checks no issues and I have the entire iOS develop environment.
🥲 1
j
Have you done complete successful Gradle sync? Had same issues where was problem with iOS gradle config and commented out until successful.
j
Yes, it synced successfully. And if I target Android, it runs successfully on my Android device.
j
Hmm weird, that was thing worked for me and then appeared iOS. Tried the steps in iOS multiplatform template, like add stuff from Xcode and import config into run config?
k
Make sure that Kotlin Multiplatform Mobile plugin is installed
j
Thanks @krzysztof, I manually download and install the plugin from here and it solved my issue. But I wonder why KDoctor checks no issues?
k
I believe it's because it does not check if plugin is installed or the plugin is compatible with IDE