Skip to content

Commit

Permalink
Update INSTALL_IOS.md (ReactVision#96)
Browse files Browse the repository at this point in the history
```console
Analyzing dependencies
[!] There are multiple dependencies with different sources for `ViroReact` in `Podfile`:

- ViroReact (from `../node_modules/@viro-community/react-viro/ios`)
- ViroReact (from `../node_modules/@viro-community/react-viro/ios/`)
```

I've had issues with `pod install` when the extra slash is on the back of this. Not sure why this matters, but changing it fixes a pod install.
  • Loading branch information
Robert Colley authored Feb 13, 2022
1 parent db2afa5 commit 7728058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readmes/INSTALL_IOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
1. Add the following lines to your `ios/Podfile` below `use_react_native!(:path => config["reactNativePath"])`:

```yaml
pod 'ViroReact', :path => '../node_modules/@viro-community/react-viro/ios/'
pod 'ViroReact', :path => '../node_modules/@viro-community/react-viro/ios'
pod 'ViroKit', :path => '../node_modules/@viro-community/react-viro/ios/dist/ViroRenderer/'
```

Expand Down

0 comments on commit 7728058

Please sign in to comment.