How to create ios applications in ubuntu using Ionic Framework?

Is there a way to do this in Ubuntu itself ??

I tried...

$ ionic plaform add ios 


WARNING: Applications for platform ios can not be built on this OS - linux.
+4
source share
4 answers

No, you need a Mac with Xcode to develop for iOS.

Edit: To be clear, you cannot create your Ionic iOS project on Ubuntu. However, you can, of course, develop on Ubuntu and use a different machine for the actual Xcode build process.

+3
source

In fact, using the Ionic Framework, you can choose.

, , Ionic " Native Builds", , .

: http://ionic.io/platform#packaging

+9

OS X ionic platform add ios. UI , ionic serve --lab. Android IOS .

+3

ionic build ios Ubuntu.

Apple.

You must download your ionic app using ionic upload

+1
source

All Articles