Open NicolasEymael opened 8 months ago
@NicolasEymael Thank you for opening this issue. 🙏 Please check out these other resources that might help you get to a resolution in the meantime:
google-maps
tagThis is an automated message, feel free to ignore.
In addition to removing the xcframeworks that you already did, try following the instruction at the bottom of the Swift Package Manager tab for removing the GoogleMaps
bundle from the top level directory of your project.
@wangela thanks for the help, i missed this instruction in the guide now the app stopped crashing but it is not working yet all of the maps are blank, it looks like the GMSMapView is not loading correctly
there is no error message and it just stays like this
do you have any clue?
Environment details
Our project had GoogleMaps 6.0.1 using Carthage, but we decided to migrate to SPM.
Steps to reproduce
We also tried disabling Metal Renderer with the code below. Using the old renderer, the crash does not happen but the Maps in the app just become blank.