-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
Same issue described here: #5400 (comment)
I just updated from version 1.20.1 to 1.23.7 (a minor release, so it should just work as before), and I am suddenly getting: [!] No podspec found for react-native-google-maps in ../node_modules/react-native-maps running pod install.
Podfile contains (as before the upgrade):
rn_maps_path = '../node_modules/react-native-maps'
pod 'react-native-google-maps', :path => rn_maps_path
RN version: 0.78.0
New architecture obviously disabled (mainly because of this library).
Reproducible sample code
<MapView />Steps to reproduce
Use se the provided /example project:
RCT_NEW_ARCH_ENABLED=0 pod install in /ios
XCode build
Expected result
iOS build succed
Actual result
iOS build fails with error: [!] No podspec found for react-native-google-maps in ../node_modules/react-native-maps running pod install.
React Native Maps Version
1.23.7
What platforms are you seeing the problem on?
iOS (Google Maps)
React Native Version
0.78.0
What version of Expo are you using?
Not using Expo
Device(s)
iOS simulator
Additional information
No response
spsaucier and Eugenecheckin
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working