-
Notifications
You must be signed in to change notification settings - Fork 960
[iOS] Build errors in a React Native app #4770
Comments
The same issue |
I'm having the same problem |
I resolved this by downgrade Xcode from 14.3 to 14.2, Hope can help. |
@namhihi237 |
Same issue |
|
When unsetting the CPATH, which includes the libraries in homebrew, So this confirms the previous error that
|
same issue |
same issue(2) |
same issue(3) |
same isssue in xcode 15 and react native 0.72.5 |
Same issue |
1 similar comment
Same issue |
SAME ISSUE! |
Same issue with xCode 15.0.1 and RN 0.72.7 |
Any news on this ? |
same issue xcode 15.0.0 and RN 0.73.1
working fine when |
Any update for it? |
Can you share your pod file ? |
|
Same issue with XCode 15.4 and RN 0.73.6 |
@Jashanpreet1998 may i know what is your xcode version? |
🐛 Bug Report
I've a lot of these types of build errors if I integrate Flipper in my RN app:
I also found an issue in the React Native GitHub, but I think is somehow related to Flipper because if I comment the integration in the Podfile, the errors disappear
To Reproduce
:flipper_configuration => ENV['NO_FLIPPER'] == "1" ? FlipperConfiguration.disabled : FlipperConfiguration.enabled
Environment
RN - 0.71.7
Flipper - 0.125.0
The text was updated successfully, but these errors were encountered: