• stuartmorgan's avatar
    Adjust macOS build flow (#32538) · 710a0cb9
    stuartmorgan authored
    - Removes SYMROOT from the Generated.xcconfig. Having it causes current
      versions of Xcode to switch the project's build output to "Legacy",
      which causes anything not overridden to use a project-relative build
      directory instead of a shared directory in DerivedData, breaking
      anything with subprojects that it depends on.
      This means that `flutter run` and builds from Xcode will use
      completely different build directories, but that each should be
      internally consistent.
    - Moves the FlutterMacOS.framework to $SRCROOT/Flutter. This is
      consistent with the approach we're moving to for all desktop
      platforms, and avoids issues finding it now that SYMROOT doesn't match
      for the two different build modes.
    
    Fixes #32494
    710a0cb9
Name
Last commit
Last update
..
bin Loading commit data...
doc Loading commit data...
gradle Loading commit data...
ide_templates/intellij Loading commit data...
lib Loading commit data...
schema Loading commit data...
templates Loading commit data...
test Loading commit data...
tool Loading commit data...
BUILD.gn Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
build.yaml Loading commit data...
pubspec.yaml Loading commit data...