xcode的使用技巧索引

来源:互联网 发布:围巾淘宝加盟 编辑:程序博客网 时间:2024/06/03 20:23


1.高效使用你的Xcode
http://www.cocoachina.com/ios/20140731/9284.html

2.Xcode磁盘空间大清理

移除对旧设备的支持
路径:~/Library/Developer/Xcode/iOS DeviceSupport

移除旧版本的模拟器支持
路径:~/Library/Application Support/iPhone Simulator

移除模拟器的临时文件
路径:~/Library/Application Support/iPhone Simulator/6.1/tmp (以iOS Simulator 6.1为例)

移除模拟器中安装的Apps
路径:~/Library/Application Support/iPhone Simulator/6.1/Applications (以iOS Simulator 6.1为例)


移除Archives
路径:~/Library/Developer/Xcode/Archives


移除DerivedData
路径:~/Library/Developer/Xcode/DerivedData

移除旧的Docsets
路径:~/Library/Developer/Shared/Documentation/DocSets

http://www.iwangke.me/2013/09/09/clean-xcode-to-free-up-disk-space/


3.xcode插件

curl -fsSL https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | sh


4.Xcode的Debug中查看数据细节的方法

http://www.acwind.net/blog/archives/1229 



0 0
原创粉丝点击