Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 Xcode (8.2.1) 方案来构建具有不同配置的项目:
每次我更改代码中的某些内容并点击Command+R运行项目时,Xcode 都会构建所有方案:
AFAIK,Xcode 7 并非如此。它非常沉重,并且减慢了一切速度……
Find Implicit Dependencies我在方案配置中禁用了,问题仍然存在。
Find Implicit Dependencies
您知道在后台禁用未选择方案构建的方法吗?
我不知道如何在后台取消构建未选择的方案,但我注意到在使用 @IBDesignable 类时会发生这种情况(这是 XCode 8 中的一个错误)。 从所有自定义视图中删除 @IBDesignable,它可能会停止这种行为。在希望在 XCode 9 中解决该错误之前进行快速修复。