Assigned
Status Update
Comments
ca...@google.com <ca...@google.com> #2
Thank you for the post.
Kindly provide additional details for further checking.
- Sample app.
- Expected behavior:
- Actual behavior:
- Screenshots or video of the issue:
- Was this working correctly on a previous version? If yes, which SDK versions?
- Devices you have verified this issue on:
- iOS version:
- Model:
- Are there iOS versions or iPhone models where the issue does not happen?
- How often is the issue observed? (for example, 100%, 10%, any specific users, any specific regions etc.)
- Complete stacktrace when the issue occurs:
ap...@gmail.com <ap...@gmail.com> #3
Mesmo erro aqui
Xcode 15.4 iOS 17 GoogleMaps 9.0.0 GoogleMapsUtils 4.2.2
Falha ao construir o módulo 'GoogleMapsUtils'; este SDK não é suportado pelo compilador (o SDK é construído com 'Apple Swift versão 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)', enquanto este compilador é 'Apple Swift versão 5.10 (swiftlang-5.10.0.13 clang-1500.9.4)'). Selecione uma cadeia de ferramentas que corresponda ao SDK.
fui atras de soluções e vi que o erro esta ocorrendo desde o meio do ano passado (2023) e até o momento sem solução.
ja entrei em contato com a Apple e disseram que esta fora do escopo deles e que era para eu ver com a provedora da biblioteca.
Description
[!] CocoaPods could not find compatible versions for pod "GoogleMaps":
In Podfile:
Google-Maps-iOS-Utils (= 4.2.2) was resolved to 4.2.2, which depends on
GoogleMaps (~> 7.3)
GoogleMaps (= 8.4.0)
if I add the google-maps-ios-utils by Swift Package Manager, the erro happened when build the peoject:
Failed to build module 'GoogleMapsUtils'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)', while this compiler is 'Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)'). Please select a toolchain which matches the SDK.