Sachin Kumar
Sachin Kumar

Reputation: 53

Can built ios app in ubuntu with flutter framework?

I'm new in Ios development and flutter. I want to make an app for ios. I've Ubuntu system and already app coded in the dart language. Now Is that possible to build ios app for the test in a real device?

Upvotes: 3

Views: 2000

Answers (3)

JulienP95
JulienP95

Reputation: 208

You cannot do it unless you use an external tool for example: Odevio. It's a python utility that let's you access a Mac build machine. It's pretty easy to use.

If you have Odevio installed you can start to build directly in the build menu.

Upvotes: 1

Randal Schwartz
Randal Schwartz

Reputation: 44046

Unless your ubuntu system is running on Apple Hardware, no.

It is not illegal to run macOS in a virtual machine on Apple hardware for any macOS since Snow Leopard Server. It is against the Apple EULA to run any macOS on non-Apple hardware, directly on the hardware or in a virtual machine.

From https://www.quora.com/Is-it-illegal-to-run-OSX-in-a-virtual-machine-I-remember-Apple-saying-their-OS-was-free

Upvotes: 0

Günter Zöchbauer
Günter Zöchbauer

Reputation: 657048

You need an OSX machine with XCode to build iOS executable.
You can use a cheap Mac Mini or hosted solutions for that step, but there is no way to do it with Ubuntu only.

Upvotes: 3

Related Questions