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

后端 未结 12 1682
清歌不尽
清歌不尽 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:33

    iOS 8

    Devices

    ~/Library/Developer/CoreSimulator/Devices
    

    Applications

    ~/Library/Developer/CoreSimulator/Devices/{{Device Code}}/data/Containers/Bundle/
    

提交回复
热议问题