react-native-bugsnag icon indicating copy to clipboard operation
react-native-bugsnag copied to clipboard

iOS Installation failed for example project using `npm run setupIOS`

Open dwilt opened this issue 8 years ago • 1 comments

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:

  1. We're getting an error, library not found for -lRCTWebSocket image
  2. [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 the Example directory before running npm 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

dwilt avatar Oct 10 '16 07:10 dwilt

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

SudoPlz avatar Oct 11 '16 21:10 SudoPlz