hi? I’m having an issue where the compose for ios app fails to run in android studio and gets stuck ...
j
hi? I’m having an issue where the compose for ios app fails to run in android studio and gets stuck in an infinite waiting state. Has anyone solved this problem? My issue : https://github.com/JetBrains/compose-multiplatform/issues/3239
k
does it work if you run it via Xcode? try to
Copy code
./gradlew clean
./gradlew --stop
and check your. ios run configuration in Android Studio. maybe you selected (automatically selected) wrong target name or something
j
I tried it on a completely different mac pc. This time it worked normally. I don’t know if it’s related, but it seems to be a problem with the m1 mac. It worked normally on intel mac. @Konstantin Tskhovrebov I’ll try the method you told me on the m1 mac when I go to work next week. Thank you!