Skip to content

Commit

Permalink
doc: Update install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas authored Sep 19, 2023
1 parent 1449659 commit f5349a1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions ios/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,23 @@ Add the following to your Podfile:
$RNMapboxMapsUseV11 = true # use 11 version
$RNMapboxMapsVersion = '= 11.0.0-beta.3'
```


## Troubleshooting

### Pod install fails on upgrade of @rnmapbox/maps with `could not find compatible versions for pod "MapboxMaps"`

Example message:
```log
[!] CocoaPods could not find compatible versions for pod "MapboxMaps":
In snapshot (Podfile.lock):
MapboxMaps (= 10.15.0, ~> 10.15.0)
In Podfile:
rnmapbox-maps (from `../node_modules/@rnmapbox/maps`) was resolved to 10.0.15, which depends on
MapboxMaps (~> 10.16.0)
```

Please use `pod update MapboxMaps` as suggested by cocoapods


0 comments on commit f5349a1

Please sign in to comment.