Simulator has launched on my mac.Using command: tidevice list, only show the real device
it supports using simulator to test?
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.
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.
2条答案
按热度按时间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.
a11xaf1n2#
Since simulator can only run in Mac, So I think use xcrun looks better.
For example
Looks like xcrun is enough to use.