Reputation: 1497
I am new to ionic 2 and i want to build my app to ios version. What requirements need to install on my windows 10 PC? Thanks. I hope you can help me. :)
Upvotes: 1
Views: 2463
Reputation: 44659
The only way I can think of is by using Ionic Cloud Services:
Ionic Packages makes it easy to build a native binary of your app in the cloud. Perfect for developers using Windows that want to build iOS apps.
This lets you:
Send your packaged app to others
Build your app for platforms not supported by your computer (e.g. iOS builds on Windows)
Build
.ipa
and.apk
files that you can submit to app stores
You can check the prerequisites here and the steps required to build, here.
EDIT:
You can also take a look at this amazing post from Josh Morony.
Upvotes: 1
Reputation: 8065
You can't build it to iOS in Windows. Neither in Linux. You will need an Mac OS. Either one running on a real Apple device (iMac, Macbook, Mac Mini), or in an virtual box or you can use a cloud service.
Upvotes: 0