Commit ea3fd3b
committed
Add missing debugger define for React-RuntimeApple (facebook#56397)
The `React-RuntimeApple` pod/target was missing the `REACT_NATIVE_DEBUGGER_ENABLED` preprocessor define in both open source build configurations.
Without this, the experimental-and-flagged `fuseboxFrameRecordingEnabled` feature was misbehaving on iOS — code paths in `RCTHost.mm` were unexpectedly compiled out.
See facebook#56397.1 parent 1e0f497 commit ea3fd3b
File tree
2 files changed
+5
-1
lines changed- packages/react-native
- scripts/cocoapods
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | | - | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
404 | 407 | | |
405 | 408 | | |
406 | 409 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
0 commit comments