将Swift ObjC项目更新为Xcode 8(Swift 2.3)我发现50%或更多的时间Xcode完全重建项目,而不是增量构建。
所做的更改是添加简单的打印语句。似乎没有逻辑,当它执行完全重建。
它出现在“检查依赖关系”阶段,它决定这一点。在Xcode 7这似乎不是一个问题。
有没有人遇到过这个?
我发现这个工作一致,如果你修改包含在桥接头中的头,它将编译swift文件。它也将做完全编译,如果你切换git分支来回。
然后,根据https://forums.developer.apple.com/thread/62737苹果公司员工(ddunbar):
We believe that setting:
06000
to true in your project (or for all your targets) may be an effective workaround > for many people. This is not guaranteed to work (which is the reason it isn’t > already on by default),but it should work for most projects.
。