Cordova: start specific iOS emulator image

前端 未结 10 2272
暗喜
暗喜 2020-12-07 07:07

I\'m developing a cross-platform mobile app using Cordova, focussing mainly on iOS in the development stage.

For my development process it would be ideal if I could

10条回答
  •  感情败类
    2020-12-07 07:27

    Different iphone and ipad simulator

    1. cordova run ios --list

    2. cordova emulate ios --target "iPhone-7"

提交回复
热议问题