• Chris Bracken's avatar
    Emit additional Xcode settings in flutter create (#8125) · 43650e93
    Chris Bracken authored
    On flutter run, we update ios/Flutter/Generated.xcconfig with various
    Flutter-specific settings required by xcode_backend.sh during a build
    from Xcode. These settings need to be present at the time the project is
    loaded since Xcode doesn't pick up live updates to these files.
    
    Without these settings, Xcode fails to locate xcode_backend.sh itself,
    causing the build to fail until the Xcode project has been closed and
    re-opened. This also prevents Xcode's project updater from 'helpfully'
    suggesting to clean up and delete the Generated.xcconfig file.
    43650e93
create_test.dart 4.98 KB