Commit 0f53429
Avoid build failure on Catalyst (x86_64) (#50514)
Summary:
Pull Request resolved: #50514
When building React Native for mac catalyst on intel architecture, we are observing a build failure in RCTInstance.
See issue: #50388
Apparently, the compiler don't understand that `errorData[@"isFatal"]` is a BOOL, so we are helping it by extracting the `boolValue`.
## Changelog:
[iOS][Fixed] - Avoid build failure on Catalyst (x86_64)
Reviewed By: cortinico
Differential Revision: D72558024
fbshipit-source-id: 152d89b02ae250a8ae54fe2df658c018d5f63f451 parent 26a6ae0 commit 0f53429
File tree
1 file changed
+1
-1
lines changed- packages/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
609 | 609 | | |
610 | 610 | | |
611 | 611 | | |
612 | | - | |
| 612 | + | |
613 | 613 | | |
614 | 614 | | |
615 | 615 | | |
| |||
0 commit comments