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.x 使用 Swift 3.0 进行索引和编译的时间太长?有时它不会停止加载。这对我来说很烦人,因为它让我无法继续我的项目。我有很多 swift 文件(大约 50 个文件)。
顺便说一句,Swift 有什么好的做法吗?
如果您有以下情况,有时这源于 DerivedData:
源代码编译过多
许多伪指令
最好的选择是删除派生数据(如何在 XCode 8 中删除派生数据)