Reputation: 53
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
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
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.
Upvotes: 0
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