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)

Most upvoted comments

@gilbox

v0.10.1 works for me on iOS.

rnpm-install info iOS module react-native-facebook-login is already linked rnpm-install info Linking react-native-maps ios dependency rnpm-install info iOS module react-native-maps has been successfully linked

thx!

I used react-native link because the installation guide suggest to use it https://github.com/airbnb/react-native-maps/blob/master/docs/installation.md

Also 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.