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
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
Post a Comment