Ionic framework Deploying: https://ionicframework.com/docs/intro/deploying/ Installation: https://ionicframework.com/docs/intro/installation/ Cordova apache: https://cordova.apache.org/docs/en/latest/guide/platforms/ios/index.html iOS: Running Your App Run a production build of your app with ionic cordova build ios --prod Open the .xcodeproj file in platforms/ios/ in Xcode Connect your phone via USB and select it as the run target Click the play button in Xcode to try to run your app ionic publishing: https://ionicframework.com/docs/v1/guide/publishing.html