react-native-bugsnag
react-native-bugsnag copied to clipboard
iOS Installation failed for example project using `npm run setupIOS`
Hey @SudoPlz, couple of things here. Trying to load up the example project for bugsnag that you have in the repo to confirm if our settings are messed up. We posted another issue: https://github.com/SudoPlz/react-native-bugsnag/issues/22
While trying to get the example project going in order to test this, we ran into a couple of things:
- We're getting an error,
library not found for -lRCTWebSocket
- [Your steps[(https://github.com/SudoPlz/react-native-bugsnag#look-ma-theres-an-working-example-too) to get the example running I think are missing a few key points:
- The user will probably need to run
npm install
in theExample
directory before runningnpm run setupIOS
to make sure they have any of the necessary dependencies - Also, the user will need to make sure they have cocoapods installed before they try to run the setup script, else they'll get:
autoSetup.sh: line 18: pod: command not found
Hey there @dwilt, about point 1, I'll need more information to reproduce this. Do you still get this problem?
About point 2, I wouldn't say it needs any of those since the commands needed to npm install
and pod install
are already included in the installation script here