Xcode 9 rebuilding issue?

Viewed 683

I updated my Xcode to Xcode 9 and working on swift 4, but my project get build again and again as I minorly change my code. Now I am quite new to swift so i don't know that this is due to swift or Xcode 9 and how to stop this, because it makes working process very slow. any help ?

2 Answers

Had similar issue. Turning off "Parallelize Build" option in "Edit Scheme / Build / Build" helped.

Related