Golo - App Flutter
  • 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
On this page

Was this helpful?

  1. FAQ

Could not find the built application bundle at build/ios/iphoneos/Runner.app

PreviousCan not run on device, but simulator can work well

Last updated 5 years ago

Was this helpful?

Refer:

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).

Xcode -> Runner -> Runner (under Targets) -> General -> Display Name (Under Identity)

Note: Changing this will not effect your app’s display name.

Could not find the built application bundle at build/ios/iphoneos/Runner.app.Medium
Logo