仅编译当前架构的版本
Build Active Architecture Only
改成NO
关闭调试信息加入到可执行文件中
将Debug Information Format
改为DWARF
之后
会导致在Debug窗口无法查看相关类类型的成员变量的值
当需要查看这些值时
可以将Debug Information Format
改回DWARF with dSYM file
重新运行即可
Debug Information Forma
改成DWARF
更改线程数量
1 | defaults write com.apple.Xcode PBXNumberOfParallelBuildSubtasks 4 |
如果CPU厉害的话可以加到最高