Golo - App Flutter
Buy Golo WordPress
Buy Golo Laravel
Search…
Introductions
How to install Flutter?
Getting Started
Config Your App
Update app setting (pubspec.yaml )
Fetch the packages for the project (important)
Update the project name
Update the application display name
Update API Url
Setup Multi-Language
Copy Flutter Framework to iOS Folder
Support
FAQ
Can not run on device, but simulator can work well
Could not find the built application bundle at build/ios/iphoneos/Runner.app
Powered By
GitBook
Could not find the built application bundle at build/ios/iphoneos/Runner.app
Refer:
Could not find the built application bundle at build/ios/iphoneos/Runner.app.
Medium
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 (General tab).
1
Xcode -> Runner -> Runner (under Targets) -> General -> Display Name (Under Identity)
Copied!
Note: Changing this will not effect your app’s display name.
FAQ - Previous
Can not run on device, but simulator can work well
Last modified
2yr ago
Copy link