Xcode 9重建问题?

时间:2017-10-03 08:35:14

标签: ios11 swift4 xcode9 building

我将Xcode更新为Xcode 9并使用swift 4,但我的项目一次又一次地构建,因为我稍微改变了我的代码。现在我对swift很新,所以我不知道这是由于swift或Xcode 9以及如何阻止它,因为它使得工作过程非常缓慢。有什么帮助吗?

2 个答案:

答案 0 :(得分:2)

我在最近的项目中也遇到过这样的问题。请尝试以下

1. Main StoryBoard - Editor - Disable "Automatic Refresh Views"
2. Go to Preferences -> General and disable Show Live Issues.
3. Comment any @IBDesignables used in your project

答案 1 :(得分:1)

有类似的问题。关闭“编辑方案/构建/构建”中的“Parallelize Build”选项有帮助。