You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the installation instructions according to the wiki:
rnpm install react-native-bugsnag
added pod 'Bugsnag' to my Podfile and ran pod install, which installed Bugsnag
added #import "RNBugsnag.h" // if installed by using Cocoapods to the AppDelegate.m file
Step 3 is giving me an error
I also don't see Bugsnag or RNBugsnag anywhere in my XCode project. It seems as though the installation didn't actually complete fully.
I'm running XCode 8.
Any help would really be appreciated. It looks like other people have had similar problems with the demo project and their own projects. Is something missing from the installation? Is there something different in XCode 8?
The text was updated successfully, but these errors were encountered:
I followed the installation instructions according to the wiki:
Step 3 is giving me an error
I also don't see Bugsnag or RNBugsnag anywhere in my XCode project. It seems as though the installation didn't actually complete fully.
I'm running XCode 8.
Any help would really be appreciated. It looks like other people have had similar problems with the demo project and their own projects. Is something missing from the installation? Is there something different in XCode 8?
The text was updated successfully, but these errors were encountered: