Skip to content

Commit c2e3d1f

Browse files
authored
[google_maps_flutter_ios] Exclude from Xcode analysis until upstream warning is fixed (#11480)
Adds `google_maps_flutter_ios` to the Xcode warnings exceptions list to fix the CI analyze failure caused by a `-Wenum-enum-conversion` warning in the `Google-Maps-iOS-Utils` CocoaPods dependency. Upstream issue: googlemaps/google-maps-ios-utils#570 Fixes: flutter/flutter#184470 ## Pre-Review Checklist **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed. [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
1 parent b32aa77 commit c2e3d1f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

script/configs/xcode_warnings_exceptions.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@
77
# TODO(loicsharma): Remove once AppAuth-iOS's warnings are fixed.
88
# See: https://github.com/flutter/flutter/issues/162342
99
- google_sign_in_ios
10+
11+
# TODO(okorohelijah): Remove once Google-Maps-iOS-Utils's warnings are fixed upstream.
12+
# See: https://github.com/flutter/flutter/issues/184470
13+
- google_maps_flutter_ios

0 commit comments

Comments
 (0)