We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7b1f7 commit 49a5fbfCopy full SHA for 49a5fbf
test/react-native/TESTING.md
@@ -161,7 +161,9 @@ Remove
161
```
162
163
1. Open `ios/reactnative.xcworkspace` in Xcode
164
+ 1. Add `BugsnagModule.h` and `BugsnagModule.m` from `../../ios-modules` to the `reactnative/reactnative` group
165
1. Add a new Group called `Scenarios` beneath `reactnative/reactnative`
166
1. Add all files in `../../ios-modules/Scenarios` to the new group
167
1. Xcode may prompt to add a bridging header for Swift. Cancel this and instead:
168
1. Set Build Settings -> Swift Compiler - General -> Objective-C Bridging Header to `../../ios-module/Scenarios/Scenario.h`
169
+ 1. Set Signing & Capabilities -> Build team to the shared Bugsnag iOS build team
0 commit comments