Answer the question
In order to leave comments, you need to log in
How to test a flutter app on ios if there is no Mac?
I am developing an application on Flutter, I test the android part directly via usb, but how to test on ios? There is only an iPhone
Answer the question
In order to leave comments, you need to log in
No way. Building on iOS requires `xcodebuild`, which only works on macOS.
As an option, use fastlane and a service like CircleCI: there you can raise a machine with macOS, build the application using fastlane and send the build to TestFlight to test on the iPhone.
Continuous delivery services like CircleCI are paid. Free machine with macOS is not provided
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question