Closed russmenum closed 3 months ago
@russmenum Please take a moment to fill out this short survey. Thank you!
This is an automated message, feel free to ignore.
@russmenum Thank you for opening this issue. 🙏 Please check out these other resources that might be applicable:
google-maps
tagThis is an automated message, feel free to ignore.
it seems there is an additional error with the google co-dependencies. On the Intel Mac, pod install
can complete, and you get to the above. On an M1 Mac, you can not even complete the pod install
with these dependencies.
This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!
Closing since this seems resolved in https://github.com/react-native-maps/react-native-maps/issues/4183
Something is wrong, but I have no clue what.
This library is a co-dependency for using Google Maps with iOS when using
react-native-maps
I add the code suggested to thePodfile
andAppDelegate.m
from the documentationBut if I try and build the iOS app either using XCODE or
npm run ios
I get:There is more documentation in the ticket over there here
But this seems to be an issue with this library and the pod not
react-native-maps
so they closed the ticket. I have been Googling for days looking for a fix but not finding one. If I remove the Google pods everything runs fine for iOS, but then I am limited to Apple Maps and would prefer and honestly need Google Maps.If anyone knows what needs to be tweaked in XCODE, or added to the
Podfile
and orAppDelegate.m
so the iOS app can build successfully I am all ears?