Xcode project stuck "Compiling Swift source files"

My Xcode project decided not to build and just get hung up on "Compiling Swift source files." I run the Swift project completely with CocoaPods. I tried to clear all the received data, clear the project and restart the computer. I was not lucky. I'm not quite sure why this is happening. If anyone has an idea to fix this, we will be very grateful.

Thank!

+4
source share
2 answers

In my case, the problem was in a complex dictionary. I created a large dictionary for JSON analysis tests and the compilation never finished.

, .

+3

All Articles