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.
Asked
Active
Viewed 1,530 times
6
-
i am also getting the same issue after Xcode 13 update – Noman Umar Sep 28 '21 at 07:34
-
@NomanUmar any idea what's the issue – Muhammad Nawaz Sep 28 '21 at 07:35
-
A comment since I am unsure whether that would fix it, but did you try cleaning Xcode Cache (`~/Library/Caches/com.apple.dt.Xcode`) as well? – EDUsta Sep 28 '21 at 08:05
1 Answers
0
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.

Eibo
- 245
- 2
- 14