码迷,mamicode.com
首页 > 移动开发 > 详细

iOS 访问模拟器数据

时间:2014-11-25 07:01:39      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:style   blog   io   ar   color   os   sp   for   文件   

如果文件隐藏,进入命令行,输入: defaults write com.apple.finder AppleShowAllFiles -bool true

 

进入 Finder,shift + command + g,然后输入以下路径:

  对于 7.1 及以前的版本: ~/Library/Application Support/iPhone Simulator/[OS version]/Applications/[appGUID]/

 

  从 8.0 开始,~/Library/Developer/CoreSimulator/Devices/1A8DF360-B0A6-4815-95F3-68A6AB0BCC78/data/Container/Data/Application/    具体路径请在项目里打印输出。方法:

NSArray * paths = NSSearchPathForDirectoriesInDomains(NSDocumentationDirectory,NSUserDomainMask,YES);
NSString * documentDirectory = [paths objectAtIndex:0];

注意:打印出来的如果开头是 /Users/admin//Library 尽量换为 ~/Library

iOS 访问模拟器数据

标签:style   blog   io   ar   color   os   sp   for   文件   

原文地址:http://www.cnblogs.com/davesuen/p/4120082.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!