-
Notifications
You must be signed in to change notification settings - Fork 24.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
[RN][iOS][0.71] Fix flipper for Xcode 15.3 #43345
Conversation
|
6f01766
to
caa42d1
Compare
caa42d1
to
2944ca6
Compare
I also bumped the podfile.lock |
@cipolleschi Do you have any estimated deadline for merging this PR? |
Can we get movement on this? 0.71 is within the support window but people using XCode 15.3 cannot build without this fix. |
Hi! Could you please take a look at this PR to get it merged quickly? I am an RN 0.71 user and I really need XCode 15.4 🥲 I'm always grateful for the contributions. |
Summary
Following #43335, we implemented the fix suggested here.
The rationale of applying this fix rather then releasing a new version of Flipper is because we will have to release Flipper
0.248.0
, and the latest flipper version on Cocoapods is0.233.0
(15 versions behind).Plus, we have to port the fix to 0.73 and 0.72 and bumping Flipper there would be a major pain and it might require more time and introduce other bugs we don't want.
Changelog
[iOS][Fixed] - Make 0.71 build with Xcode 15.3
Test Plan
Tested locally + CircleCI is green