Skip to content

Commit 1410c2f

Browse files
authored
fix: remove folly flags that make Nitro Views crash with SIGABRT on RN 0.80 (#871)
### Summary See facebook/react-native#52366 (comment) <!-- What existing problem does the pull request solve? Can you solve the issue with a different approach? --> ### Test plan <!-- List the steps with which we can test this change. Provide screenshots if this changes anything visual. -->
1 parent 830bc59 commit 1410c2f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/create-react-native-library/templates/native-common/{%- project.name %}.podspec

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ Pod::Spec.new do |s|
2929
"cpp/**/*.{hpp,cpp}",
3030
]
3131
32-
s.pod_target_xcconfig = {
33-
# C++ compiler flags, mainly for folly.
34-
"GCC_PREPROCESSOR_DEFINITIONS" => "$(inherited) FOLLY_NO_CONFIG FOLLY_CFG_NO_COROUTINES"
35-
}
36-
3732
s.dependency 'React-jsi'
3833
s.dependency 'React-callinvoker'
3934

0 commit comments

Comments
 (0)