flutter/packages/flutter_tools/lib/src/macos
stuartmorgan d628a6ff97
Give an actionable error message when a Pod requires a higher minimum OS version (#138097)
Checks `pod install` output for the case where a pod requires a higher minimum OS deployment target version than the app is set to use, and attempts to turn it into a more actionable error message. This isn't foolproof since we are parsing the Ruby rather than actually executing it, but I would expect that the vast majority of cases would end up in the most useful version (and even those that don't are still much clearer with this as the final error message text than without it).

Fixes https://github.com/flutter/flutter/issues/113762
2023-11-27 16:22:54 +00:00
..
migrations Add commandHasTerminal parameter + apple usage event + sendException events for package:unified_analytics (#138806) 2023-11-22 12:25:10 +00:00
application_package.dart Fix inconsistently suffixed macOS flavored bundle directory (#127997) 2023-06-14 23:43:17 +00:00
build_macos.dart Add commandHasTerminal parameter + apple usage event + sendException events for package:unified_analytics (#138806) 2023-11-22 12:25:10 +00:00
cocoapod_utils.dart Only run pod install on the first iOS build (#108205) 2022-07-26 19:39:06 +00:00
cocoapods_validator.dart [macOS,iOS] Improve CocoaPods upgrade instructions (#135453) 2023-09-25 12:27:31 -07:00
cocoapods.dart Give an actionable error message when a Pod requires a higher minimum OS version (#138097) 2023-11-27 16:22:54 +00:00
macos_device.dart [flutter_tools] remove desktop device restrictions on Impeller. (#130430) 2023-07-13 16:26:02 +00:00
macos_ipad_device.dart Reland: [macos] add flavor options to tool commands (#119564) 2023-01-31 17:37:46 +00:00
macos_workflow.dart Migrate some workflows and doctor validators to null safety (#79807) 2021-04-05 14:00:36 -07:00
native_assets_host.dart Native assets support for MacOS and iOS (#130494) 2023-09-10 08:07:13 +00:00
native_assets.dart [native assets] Tool exit on build failure (#137995) 2023-11-07 16:41:19 +00:00
xcdevice.dart Add commandHasTerminal parameter + apple usage event + sendException events for package:unified_analytics (#138806) 2023-11-22 12:25:10 +00:00
xcode_validator.dart Check for simulator runtime in flutter doctor (#131795) 2023-08-04 17:14:06 +00:00
xcode.dart New tooling for iOS 17 physical devices (#131865) 2023-08-09 19:25:12 +00:00