3

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?

3 Answers 3

3

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.

Sign up to request clarification or add additional context in comments.

3 Comments

Is that possible with VMware or virtual box?
If I have a mac then do I need to invest any bucks for a developer account. I mean to say can i run the simulator on a mac without the developer account.
As far as I know you need the account only when you want to publish to the AppStore. I was able to run Flutter apps in the Simulator and I don't have a developer account.
1

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.

Comments

0

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

1 Comment

is that illegal, If use it for personal use like just app testing?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.