i have clear derive data folder, clean, and rebuild project again but still stuck after indexing and not able to run the project on simulator and real devices.
Xcode 13 stuck on indexing after new update
I'm working on Flutter and faced same issue no Xcode 14.2.
Turned out there's no Scheme selected, maybe a cuase of my working on many flavors.
Anyway, try to clean your project cmd+shift+k
, it will show the error message.
Just select a scheme.
Then you're good to go.
© 2022 - 2025 — McMap. All rights reserved.
~/Library/Caches/com.apple.dt.Xcode
) as well? – Extremity