1)显示Mac隐藏文件的命令:defaults write com.apple.finder AppleShowAllFiles -bool true
(2)隐藏Mac隐藏文件的命令:defaults write com.apple.finder AppleShowAllFiles -bool false
重新启动Finder就可以了 重启Finder:鼠标单击窗口左上角的苹果标志-->强制退出-->Finder
在Xcode5和之前的版本中,Xcode的模拟器路径为:
/Users/username/Library/Application Support/iPhone Simulator
/Application Support/iPhone Simulator/
Xcode6中模拟器的位置
/Users/username/Library/Developer/CoreSimulator
http://www.cocoachina.com/bbs/read.php?tid=231024
原文:http://my.oschina.net/u/265368/blog/382857