Runtime tools : Client engine : Universal Application Guideline and Samples : Sample Applications : UDTTCordovaProject : iOS App : Build the iOS App and deploy it
  
Build the iOS App and deploy it
1 build
$ cd UDTTCordovaProject/
$ cordova build ios
2 Deploying to Simulator
Please follow this guide to preview the App in the iOS simulator.
https://cordova.apache.org/docs/en/11.x/guide/platforms/ios/index.html#deploying-to-simulator
3 Deploying to Device
Please follow this guide to deploy to a device.
https://cordova.apache.org/docs/en/11.x/guide/platforms/ios/index.html#deploying-to-device
4 Launch the App
$ cordova emulate ios
Or
$ cordova emulate ios --target=iPhone-13-Pro
This graphic is described in the surrounding text.
Go up to
Universal Application Guideline and Samples