When I compile my project in Xcode 13, I often see this in the status bar:
Preparing Editor Functionality | 114/162 files
The multi-progress bubble next to it shows 2⃝ concurrent processes, the preparing… and
Indexing | Paused
When I run, the app executes, but now there are three tasks, preparing, not-indexing, and running.
So I get to build and run, but I'm disturbed to see this apparently-hung progress item. Should I worry?
-
—
RyanBartz
-
—
peterfalbo
-
—
RasmusPalmberg
Add a CommentI am also experiencing this after updating from Xcode 12 to 13.
I'm having the same issue.
Same issue here. Tried running it overnight, did not help.