将Swift ObjC项目更新为Xcode 8(Swift 2.3)我发现50%或更多的时间Xcode完全重建项目,而不是增量构建。
@H_301_8@所做的更改是添加简单的打印语句。似乎没有逻辑,当它执行完全重建。
它出现在“检查依赖关系”阶段,它决定这一点。在Xcode 7这似乎不是一个问题。
有没有人遇到过这个?
所做的更改是添加简单的打印语句。似乎没有逻辑,当它执行完全重建。
它出现在“检查依赖关系”阶段,它决定这一点。在Xcode 7这似乎不是一个问题。
有没有人遇到过这个?
然后,根据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.
。