Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to build ios applications in ubuntu using Ionic Framework?

Is there any way to do it in Ubuntu Itself??

I have tried ...

$ ionic plaform add ios 


WARNING: Applications for platform ios can not be built on this OS - linux.
like image 589
Gopinath Kaliappan Avatar asked Mar 11 '16 18:03

Gopinath Kaliappan


2 Answers

Actually using Ionic Framework you sort of can.

Let me explain, won't be able to build it locally in your PC, but Ionic does provide a packaging service called "Native Builds" where you upload your project to their servers and they handle that for you.

You can read more about it here: http://ionic.io/platform#packaging

like image 87
javebratt Avatar answered Sep 19 '22 01:09

javebratt


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

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

like image 36
henrikmerlander Avatar answered Sep 18 '22 01:09

henrikmerlander