Disable & Enable xcode Indexing

来源:互联网 发布:网络销售专业话术 编辑:程序博客网 时间:2024/05/29 08:27

无奈,笔记本内存有限,在浏览一些大的工程时,需要

禁用 xcode 的索引服务:defaults write com.apple.dt.XCode IDEIndexDisable 1

如果需要再次打开则:defaults write com.apple.dt.XCode IDEIndexDisable 0

原创粉丝点击