T
T
tikhonov_vl2019-09-05 17:29:50
Mobile development
tikhonov_vl, 2019-09-05 17:29:50

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

1 answer(s)
A
andrew8712, 2019-09-07
@andrew8712

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 question

Ask a Question

731 491 924 answers to any question