6

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.

Muhammad Nawaz
  • 1,113
  • 6
  • 15

1 Answers1

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