Unverified Commit 9fcb42d0 authored by Chris Yang's avatar Chris Yang Committed by GitHub

Update xcode to 14e222b (#125716)

Framework part of https://github.com/flutter/flutter/issues/125814
parent f94112e5
This diff is collapsed.
...@@ -39,6 +39,9 @@ Future<void> main() async { ...@@ -39,6 +39,9 @@ Future<void> main() async {
iosintegrationTestPodspec, iosintegrationTestPodspec,
'--use-libraries', '--use-libraries',
'--verbose', '--verbose',
// TODO(cyanglaz): remove allow-warnings when https://github.com/flutter/flutter/issues/125812 is fixed.
// https://github.com/flutter/flutter/issues/125812
'--allow-warnings',
], ],
); );
...@@ -50,6 +53,9 @@ Future<void> main() async { ...@@ -50,6 +53,9 @@ Future<void> main() async {
'lint', 'lint',
macosintegrationTestPodspec, macosintegrationTestPodspec,
'--verbose', '--verbose',
// TODO(cyanglaz): remove allow-warnings when https://github.com/flutter/flutter/issues/125812 is fixed.
// https://github.com/flutter/flutter/issues/125812
'--allow-warnings',
], ],
); );
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment