Flutter: Create Generated.xcconfig during flutter create

Created on 9 Feb 2017  路  3Comments  路  Source: flutter/flutter

As suggested by @cbracken, this prevents the bad experience cycle of the user doing flutter create but then not being about to flutter run without setting a profile for physical devices. But once the user is in xcode, he still can't run straight from xcode since the Generated.xcconfig is created during flutter run.

If created in flutter create, the user can boot the app from xcode directly.

platform-ios tool

Most helpful comment

+1, cause I did the same mistake. I tried to run the app in xcode before I call flutter run. I've got the following error: /bin/sh: /packages/flutter_tools/bin/xcode_backend.sh: No such file or directory
The simple solution was to call flutter run and then run the app from xcode.

All 3 comments

+1, cause I did the same mistake. I tried to run the app in xcode before I call flutter run. I've got the following error: /bin/sh: /packages/flutter_tools/bin/xcode_backend.sh: No such file or directory
The simple solution was to call flutter run and then run the app from xcode.

Fixed by #8125

I am getting the same error but cannot use flutter run i get the error saying no pubspec.yaml file found. and This command should be run from the root of your Flutter project. Do not run this command from the root of your git clone of Flutter.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

eseidelGoogle picture eseidelGoogle  路  3Comments

Hixie picture Hixie  路  3Comments

aegis123 picture aegis123  路  3Comments

collinjackson picture collinjackson  路  3Comments

drewwarren picture drewwarren  路  3Comments