Takitaha
Takitaha

Reputation: 103

Is there any way to build IOS app on Windows?

I'm developing native apps but I have a Windows pc. Is there an actual way to build iOS apps on Windows? And can I run an ios emulator on Windows? I researched but I can't find an actual way.

I tried to install MacOS Sierra on Virtual Box but it consistently restarting.

Do I need both to build it?

Upvotes: 6

Views: 10779

Answers (3)

Akshat Tamrakar
Akshat Tamrakar

Reputation: 2349

Yes, flutter is the key to do it, But I don't recommend it because its still in beta state and to implement it you need to learn a new language i.e dart which feels similar to Java at start but is actually very different also you won find any book or tutorials. While their is 1 more solution You can download McOs virtual machine but it would be very slow, recommended only if you have a powerful computer

Upvotes: -3

Manoj
Manoj

Reputation: 21908

NativeScript CLI & Sidekick support cloud build that would help you build your app from a Windows machine, basically the source code is uploaded to a remote machine and built there, then you could directly run the package on your local iOS device.

But unfortunately it is not possible to run the iOS Simulator on Windows at all, which is a limitation from Apple.

Upvotes: 8

Brian Lin
Brian Lin

Reputation: 124

I haven't used it before, but apparently you can do so using Nativescript Sidekick.

Upvotes: 1

Related Questions