Is there any way to see the file system on the iOS simulator?

后端 未结 12 1683
清歌不尽
清歌不尽 2020-11-30 17:15

Is there any way to browse the file system of a currently running or just killed iOS simulator? I\'d settle for being able to see a specific app\'s files if there\'s a way t

12条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-30 17:34

    first, get simulator list with device ID from terminal

    1. instruments -s devices
    2. xcrun simctl list

    Then go put device id below path. you will be get specific simulator file system ~/Library/Developer/CoreSimulator/Devices/{{deviceID}}

提交回复
热议问题