iphone - How to run ionic app on IOS device -


i open ionic app folder platforms->ios->hellocordova.xcodeproj open in xcode , when try run app 2 error

enter image description here

below useful commands running ionic app in ios device.

1. build app
$ ionic build ios

2. run app in simulator
$ ionic emulate ios

3. run app in device. (first attach developer certificates appropriate project xcode. have set these certificates project navigators in build settings tab)
$ ionic run ios --device




Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -