简体   繁体   中英

How to run ionic app on IOS device

I open my ionic app folder then platforms->ios->HelloCordova.xcodeproj then it open in my Xcode and when I try to run the app get this two error

在此处输入图片说明

Below is the useful commands for 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 with appropriate project from XCode. You have to set these certificates from project Navigators in Build Settings tab)
$ ionic run ios --device



The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM