Hi! In a basic Kotlin Multiplatform project, can y...
# ios
a
Hi! In a basic Kotlin Multiplatform project, can you run an app directly on a simulator using Gradle commands?
a
Hi there. As I remember, there is no such option. You need to build the app bundle first. Then use simulator util commands
xcrun simctl boot
and
xcrun simctl spawn
to boot device and run the app.
👍 1