0

why does Xcode 8.x takes too long for indexing and compiling using Swift 3.0? Sometimes it won't stop loading. It's annoying for me, because it keeps me from continuing in my project. I've got many swift files (around 50 files).

By the way are there any good practices in Swift?

Johannes N
  • 265
  • 3
  • 17

1 Answers1

0

Sometimes this stems from DerivedData if you have:

  1. Too many source compilations

  2. Many pseudo instructions

The best option is to delete the derived data (How to delete Derived Data in XCode 8)

Community
  • 1
  • 1
SkiaMia2w3
  • 51
  • 6