-
-
Notifications
You must be signed in to change notification settings - Fork 984
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
Latest release (1.9.0) breaks build #1235
Comments
What's your Xcode version? This probably comes from the #1128 PR, which bumped the minimal iOS version to 13 (requiring Xcode 11 to build). |
yes I can confirm this as well Im running React: 16.13.1 Downgraded back to 1.8.0 immediately works again |
Same here: Xcode 11.3.1, simulator iOS version 13.3. |
Could you try updating Xcode to the 11.4? Looks like 11.4 was released in March (8 months ago) so I'm closing this as a configuration issue. |
Can confirm that this works in Xcode 12.2! 🎉 |
i comment during development this part at RNPanHandler.m and build works:
and my problem with reanimated 2) |
react-native-gesture-handler@1.8.0 did NOT work for me. However, react-native-gesture-handler@1.7.0 worked. |
@AIsokjonov could you please provide more information? What exactly doesn't work for you? |
Using an older version of |
@jakub-gonet cannot update to 11.4 because latest is 11.3.1 on Mojave :D |
@Stas-Buzunko I am locked to Mojave as well. Just needs to be wrapped in a conditional compile statement. |
SPENT 5 hours pulling my hair out thinking it was a mistake on my end after updating from react navigation 4 to 5... Im using RN Gesture Handler 1.8.0 and its working. 1.9.0 does not build! using Xcode version 11.3 |
This should be fixed in #1301 (db78d3c), you can use patch-package to fix it locally until the next RNGH release. |
Description
When running
npx react-native run-ios
the build fails with the following errors:Downgrading to 1.8.0 solves the issue.
Package versions
The text was updated successfully, but these errors were encountered: