How to check device id of iPhone simulator?

前端 未结 8 1254
耶瑟儿~
耶瑟儿~ 2020-12-24 05:16

I want to check device id for my iPhone simulator application. But not using codebase. I know the way how to do with codebase, using UIDevice instance.

Is there any

相关标签:
8条回答
  • 2020-12-24 06:12

    You can also retrieve the same UDID, labeled as "Identifier". In the Xcode Window menu, select Devices and Simulators: then select the Simulators tab:

    0 讨论(0)
  • 2020-12-24 06:13

    There is another way without using command line, inside this plist file ~/Library/Developer/CoreSimulator/Devices/device_set.plist, it lists down all the devices with UUID.

    0 讨论(0)
提交回复
热议问题