Refer:
You are running flutter run and you are having this problem.
flutter run
You might have updated the Display Name from Runner to your app name
Runner
your app name
To make it work, we need to update the Display Name to Runner back (General tab).
Note: Changing this will not effect your app’s display name.
Last updated 5 years ago
Xcode -> Runner -> Runner (under Targets) -> General -> Display Name (Under Identity)