How to setup and run Cordova/Ionic Application on iOS?

  1. Add Cordova Enablex plugin.
  2. Add iOS project. 
ionic cordova platform add ios/ cordova platform add ios 

This installs all dependency EnableX libraries through Pod.  

  1. Go to your iOS project folder and open Xcode. 
  2. Set up your certificate.  
  3. Build the app either through the command line or through Xcode.