Hello all i have a pretty braindead question about...
# getting-started
d
Hello all i have a pretty braindead question about KMM I think I already know the answer to, but if I bought an iphone, could I test my code on it, Im on windows 10.
h
You need a Mac for iOS development.
d
Thanks, thats what i was afraid of
v
GitHub Actions provides macOS build agents, can these maybe leveraged to build for iOS?
h
Sure you can build an iOS app with GitHub Actions. The trickiest thing is to get the app on your iPhone without a Mac. You could use TestFlight and automate it with Fastlane. (Or use Xcode Cloud). But for development, you often need (local) debugging support which is only possible with a Mac.