Hi again!
It seems that I have successfully set up a multi-platform project (targeting Android and iOS) with the Kotlin Multiplatform Wizard. The project runs successfully in my Android simulator. I also have a macOS (arm64) and cocoapods and xcode (with an iOS 17.5 emulator) installed, and
./gradlew iosSimulatorArm64Binaries
builds successfully. How do I start it in the iOS emulator? (Do I need an Apple developer account for that? My xcode config says "melchior.... Apple User account".)