taobao-iphone-device Whether it supports Simulator?

h9a6wy2h  于 2022-10-26  发布在  其他
关注(0)|答案(2)|浏览(200)

Simulator has launched on my mac.
Using command: tidevice list, only show the real device

it supports using simulator to test?

vuv7lop3

vuv7lop31#

My understanding is that this can be done. There is a separate usbmuxd though for simulators; the /var/run/usbmuxd is not used for them.

a11xaf1n

a11xaf1n2#

Since simulator can only run in Mac, So I think use xcrun looks better.

For example

xcrun simctl list --json

Looks like xcrun is enough to use.

相关问题