Is there a way to remotely deploy and debug a Kotlin Multiplatform app targeting iOS?

已回答

I am developing a Kotlin Multiplatform app that targets iOS. I develop on a Windows machine. I plan on buying a Mac Mini to be able to build the iOS target. Is there a way to tell IntelliJ IDEA to remotely build the iOS target on the Mac Mini and debug it from the Windows machine?

0
No, because it requires an iOS emulator, and it does not have remote debugging capabilities. But you can remotely develop and build a project using JetBrains Gateway or Fleet, although this does not make much sense because you cannot see what is happening in the emulator. Alternatively, you can develop through JetBrains Gateway and test using a remote any desktop client.

https://www.jetbrains.com/remote-development/gateway/
https://www.jetbrains.com/help/fleet/install-on-a-remote-machine.html
0

请先登录再写评论。