flutter/dev/devicelab/lib/framework
Victoria Ashworth c175cf87a6
Ignore macOS Cocoapods linting failure on DT_TOOLCHAIN_DIR error (#133588)
Xcode 15 introduced an [error](https://github.com/flutter/flutter/issues/132755) into Cocoapods when building macOS apps. 

When `pod lib lint` runs, it under the covers is building the app with `xcodebuild`, which is why this error occurs when linting.

A fix has been made in Cocoapods, but is not in an official release so we can't upgrade Cocoapods yet. This is to temporarily ignore lint failure due to that error.

Fixes https://github.com/flutter/flutter/issues/132980.

Tracking issue to upgrade Cocoapods when fix is in a release: https://github.com/flutter/flutter/issues/133584

Since Xcode 15 isn't in CI, I tested it in a one-off led test:
* [Pre-fix failure](https://chromium-swarm.appspot.com/task?id=6431f228ecf98e10)
* [Post-fix success](https://chromium-swarm.appspot.com/task?id=645ba7ebdab97210)
2023-08-31 14:57:07 +00:00
..
ab.dart Update dev/devicelab/** to provide --local-engine-host. (#132342) 2023-08-10 17:25:30 -07:00
apk_utils.dart Manual Roll of Flutter Engine from 67254d6e4b03 to 8d83b98c55b3 (#116635) 2022-12-08 18:03:51 -08:00
browser.dart Add --experimental-wasm-type-reflection and support newer emscripten builds. (#133084) 2023-08-23 17:07:41 +00:00
cocoon.dart Remove unnecessary null checks in dev/devicelab (#118842) 2023-01-20 18:56:44 +00:00
devices.dart Add spaces after flow control statements (#126320) 2023-05-15 11:07:30 +02:00
framework.dart Update dev/devicelab/** to provide --local-engine-host. (#132342) 2023-08-10 17:25:30 -07:00
host_agent.dart migrate host agent (#84755) 2021-06-22 12:21:03 -07:00
ios.dart Add native unit tests to iOS and macOS templates (#117147) 2022-12-21 19:10:22 +00:00
metrics_center.dart Use separate metric file names for same tests running on different platforms (#101317) 2022-04-05 09:16:04 -07:00
runner.dart Update dev/devicelab/** to provide --local-engine-host. (#132342) 2023-08-10 17:25:30 -07:00
running_processes.dart Remove unnecessary null checks in dev/devicelab (#118842) 2023-01-20 18:56:44 +00:00
talkback.dart Migrates android semanitcs integration to integration test (#127128) 2023-05-23 22:33:19 +00:00
task_result.dart Migrate devicelab framework code to null safety. (#86325) 2021-07-13 12:14:50 -07:00
utils.dart Ignore macOS Cocoapods linting failure on DT_TOOLCHAIN_DIR error (#133588) 2023-08-31 14:57:07 +00:00