Commit 5dc27af
Add missing debugger define for React-RuntimeApple (#56397)
Summary:
Pull Request resolved: #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 (D95566220) was misbehaving on iOS — code paths in `RCTHost.mm` were unexpectedly compiled out.
See #56372.
Changelog: [Internal]
Reviewed By: rubennorte
Differential Revision: D100157250
fbshipit-source-id: 8c11287f34ac6029dd1153a01fed6ba93cc7d3981 parent fdbe0d0 commit 5dc27af
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 | |
|---|---|---|---|
| |||
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
415 | | - | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
416 | 419 | | |
417 | 420 | | |
418 | 421 | | |
| |||
| 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