flutter/packages/flutter_tools/test
Chris Bracken f8c50ea15f
Use Xcode legacy build system for iOS builds (#21901) (#21994)
Xcode 10 introduces a new build system which includes stricter checks on
duplicate build outputs.

When plugins are in use, there are two competing build actions that copy
Flutter.framework into the build application Frameworks directory:

  1. The Embed Frameworks build phase for the Runner project
  2. The [CP] Embed Pods Frameworks build phase that pod install creates
     in the project.

Item (1) is there to ensure the framework is copied into the built app
in the case where there are no plugins (and therefore no CocoaPods
integration in the Xcode project). Item (2) is there because Flutter's
podspec declares Flutter.framework as a vended_framework, and CocoaPods
automatically adds a copy step for each such vended_framework in the
transitive closure of CocoaPods dependencies.

As an immediate fix, we opt back into the build system used by Xcode 9
and earlier. Longer term, we need to update our templates and
flutter_tools to correctly handle this situation.

See: https://github.com/flutter/flutter/issues/20685
2018-09-18 10:05:46 -07:00
..
android Check for AndroidStudio plugins in the right .dot dir. (#20619) 2018-09-12 08:15:30 -07:00
base enable lint prefer_generic_function_type_aliases (#21680) 2018-09-14 21:06:19 +02:00
commands Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
dart enable lint prefer_generic_function_type_aliases (#21680) 2018-09-14 21:06:19 +02:00
data Reland "Roll engine to version e3687f70c7ece72000b32ee1b3c02755ba5361ac (#20427)" (#20633) 2018-08-15 15:35:12 -07:00
integration Fix integration hot-reload test on mac. (#21741) 2018-09-12 22:35:21 -07:00
intellij Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
ios Use Xcode legacy build system for iOS builds (#21901) (#21994) 2018-09-18 10:05:46 -07:00
runner enable lint prefer_generic_function_type_aliases (#21680) 2018-09-14 21:06:19 +02:00
src remove unnecessary ignore prefer_const_constructors (#21934) 2018-09-18 05:54:03 +02:00
tester Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
analytics_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
application_package_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
artifacts_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
asset_bundle_package_fonts_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
asset_bundle_package_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
asset_bundle_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
asset_bundle_variant_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
asset_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
base_utils_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
bug_report_test.dart Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07:00
cache_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
channel_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
compile_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
config_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
crash_reporting_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
dart_dependencies_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
dependency_checker_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
devfs_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
device_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
emulator_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
flutter_manifest_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
forbidden_imports_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
hot_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
project_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
protocol_discovery_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
resident_runner_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
stop_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
trace_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
utils_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
version_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
vmservice_test.dart Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07:00