iOS 7 以上 新沙盒目录

1、设置显示隐藏文件(在终端中 输入以下命令)

  defaults write com.apple.finder AppleShowAllFiles -bool true

2、目录

进入硬盘

进入用户-》用户名-》资源库-developer-》CoreSimulator -》Device

 

找到本级模拟器所对应的文件夹

在xcode 中 window下的devices

 

此时可知对应iphone6 的文件夹为第一个

进入-》data-》containers

此时可以看到机器上所有应用的bundle 和 沙盒的总目录

 

 

 

data 为沙盒总目录 bundle 为 bundle的总目录

 

 

 

 

进入对应应用的文件夹就是沙盒目录

 

 

posted on 2015-06-05 14:47  自渔  阅读(141)  评论(0编辑  收藏  举报

导航