0

I've a project that uses Swift 4.1, Cocoapods and has some unit tests. These tests were visible on Xcode 9.3, after I updated it to Xcode 9.4 the test navigator gets stuck and even deleting the derived folder, cleaning the project, reinstalling the software and restarting the Mac does not solve this issue. Must be a misconfiguration on the project (but I didn't change anything). Any idea what I can do?

Xcode stuck

(Image has been resized)

Pedro Paulo Amorim
  • 1,838
  • 2
  • 27
  • 50

3 Answers3

2

Managed to solve the issue:

Simply uninstall all entries of Xcode following this answer this answer and install Xcode 9.4 again.

Pedro Paulo Amorim
  • 1,838
  • 2
  • 27
  • 50
0

I came across this issue with Xcode 10.2.1 and solved it by making sure all my code was checked in and pushed, then creating a new sandbox (I'm using git).

That was easier than trying to figure out what Xcode files were causing the issue.

Chris
  • 1
0

Check if you have disabled xcode indexing. if you have delete it using the terminal command

defaults delete com.apple.dt.Xcode IDEIndexDisable

Then restart your xcode. It worked for me.

arihant jain
  • 115
  • 1
  • 8