-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build error - use of bitwise '|' with boolean operands #1224
Comments
Looks like this was fixed in RN 0.69+ with facebook/react-native@52d8a79 (f174de7). @cortinico @cipolleschi would know better but my guess is you should be using an older version of XCode for an RN version at that age. |
I'm getting this error on xcode 14 on react native |
Hi @LonelyCpp, unfortunately, we are not supporting React Native 0.66 anymore. Our suggestion is to update to the latest version. |
What's your Xcode version? |
Xcode 14.3.x, on macOS 13.2 (Ventura) | M1 Medium |
@LonelyCpp This morning the Xcode updated itself when opened it, now it's Version 14.3 (14E222b). I've got this error without any modification from last week. I fixed the corresponding error line but other errors occur in other third-party packages, so I doubt this might be caused by the Xcode update. |
I am on the same issue. After the xcode update, xcode : Version 14.3 (14E222b) |
Same issue on Xcode 14.3, RN 0.67.5. |
RN versions before 0.69 are no longer being supported. If there is a need to use an old version of RN/Yoga, an older version of XCode is required. |
Report
Issues and Steps to Reproduce
Try to build the app
Environment
expo: 44.0.6
react-native: 0.68.5
Toolchain: Swift 5.7 2022-09-12
Expected Behavior
Build without error
Actual Behavior
Build failed with error - use of bitwise '|' with boolean operands
Log
Please contact me for any questions.
Thank you very much.
The text was updated successfully, but these errors were encountered: