Hi guys, there is any way to develop a Compose App...
# compose-ios
a
Hi guys, there is any way to develop a Compose App (iOS and Android) on WINDOWS. For example create an app with compose multiplatform but compile de iOS app remote or something like this?
f
You can try to build a macOS Virtual machine on your PC, it’s technically possible and documented (but against Apple policy)
a
Yes, I was thinking on a "legal" way because I just want to documented to everyone. I was thinking on build it remote with pipepline like GitHubAction/TestFly or something like this
f
Yes, you can use CI/CD like bitrise/github, it’s possible but not efficient for testing your render 😄
a
ouch, you right!
f
Just use a VM for your personal usage and a real CI/CD for your delivery
Currently, testing your render on your iOS App is mandatory as Compose is not stable for iOS.
a
Sure
The problem is I only have a mac so I cannot test all the things I want
For example if I create on KMP Wizard an Android & iOS app can I just run the android app on windows?
f
You can also get a mac in the cloud like https://www.macincloud.com/
😁 1
a
I mean, a user can build the entire app on Android and after finish testing on a remote server
por example macincloud?
f
For example if I create on KMP Wizard an Android & iOS app can I just run the android app on windows?
Yes you can but don’t use cocoapods integration
a
Nice
So thats a good point them
build Android part and just use MacInCloud to test/fix some issues
👍 1
Thanks @François!