Skip to content

Commit 49a5fbf

Browse files
committed
RN fixture update: Update the iOS instructions to add required files/settings
1 parent 7e7b1f7 commit 49a5fbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/react-native/TESTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,9 @@ Remove
161161
```
162162
163163
1. Open `ios/reactnative.xcworkspace` in Xcode
164+
1. Add `BugsnagModule.h` and `BugsnagModule.m` from `../../ios-modules` to the `reactnative/reactnative` group
164165
1. Add a new Group called `Scenarios` beneath `reactnative/reactnative`
165166
1. Add all files in `../../ios-modules/Scenarios` to the new group
166167
1. Xcode may prompt to add a bridging header for Swift. Cancel this and instead:
167168
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

Comments
 (0)