Could not find the built application bundle at build/ios/iphoneos/Runner.app.
Error launching application on iPhoneXr
Nov 3 · 1 min read
You are running flutter run and you are having this problem.
You might have updated the Display Name from Runner to your app name
To make it work, we need to update the Display Name to Runner back.
Xcode -> Runner -> Runner (under Targets) -> General -> Display Name (Under Identity)
Note: Changing this will not effect your app’s display name.
