Skip to content
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

Apply patch package to fix build on Xcode 14.3 #12

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

LucasGarcez
Copy link
Owner

I found a bug when building the project with Xcode 14.3 and above: "Use of bitwise '|' with boolean operands". You can see more details on this issue. Unfortunately, the fix was applied only on version 0.69 and above. As our project uses 0.68.1 we have two options:

  1. Update to a new RN version
  2. Apply a patch package as per this stack overflow issue.

I'm implementing the second one because we don't have time to do a major update, but as future work would be great to see the project on the latest RN version. Migrate from 0.68.1 to 0.72.4

@LucasGarcez LucasGarcez merged commit 5743997 into main Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant