react-native-maps: Error install on IOS
rnpm-link ERR! It seems something went wrong while linking. Error: ENOENT: no such file or directory, open '/Users/macpro/Desktop/mbizvietnam/mobile/mBizPlus/node_modules/react-native-maps/ios/AirGoogleMaps.xcodeproj/project.pbxproj'
Please file an issue here: https://github.com/rnpm/rnpm/issues
“react-native-maps”: “0.10.0”,
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 3
- Comments: 21 (8 by maintainers)
@gilbox
v0.10.1 works for me on iOS.
rnpm-install info iOS module react-native-facebook-login is already linkedrnpm-install info Linking react-native-maps ios dependencyrnpm-install info iOS module react-native-maps has been successfully linkedthx!
I used
react-native linkbecause the installation guide suggest to use it https://github.com/airbnb/react-native-maps/blob/master/docs/installation.mdAlso rnpm worked until the version 0.8.2 and this could be a problem because if
react-native linkis used with another library the command will return an error.