Xcode – Flutter App doesn't run on iOS Simulator, flutter build ios works
I am trying to run my flutter app, which uses firebase, in the iOS simulator on my Apple Silicon Mac, but it is not working. flutter run throws the following error, but flutter build ios works without error. Does anyone…