From 3ab1a8c168c7d54c3835a2d17a27e5b1d503589b Mon Sep 17 00:00:00 2001 From: Elijah Okoroh Date: Thu, 9 Apr 2026 16:16:09 -0700 Subject: [PATCH] [google_maps_flutter_ios] Exclude from Xcode analysis until upstream warning is fixed --- script/configs/xcode_warnings_exceptions.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/script/configs/xcode_warnings_exceptions.yaml b/script/configs/xcode_warnings_exceptions.yaml index e57565b87b18..f2751a87a62d 100644 --- a/script/configs/xcode_warnings_exceptions.yaml +++ b/script/configs/xcode_warnings_exceptions.yaml @@ -7,3 +7,7 @@ # TODO(loicsharma): Remove once AppAuth-iOS's warnings are fixed. # See: https://github.com/flutter/flutter/issues/162342 - google_sign_in_ios + +# TODO(okorohelijah): Remove once Google-Maps-iOS-Utils's warnings are fixed upstream. +# See: https://github.com/flutter/flutter/issues/184470 +- google_maps_flutter_ios