-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
[Xcode 11] [iOS 13] EXC_BAD_ACCESS in fishhook.c #25182
Comments
What version of React Native are you using? There was a similar issue ( #25138 ) that was fixed in 59.9. I'm using 59.9 and after commenting out the line in |
I might have a real fix for it. PR coming soon |
Got it, thanks. Hopefully that fixes it. Sorry for asking this here but what should I do if I'm using expo and need to upgrade to 59.9? |
I’ve never used Expo, but my understanding of how it works is it can take about a month after a version of React Native comes out for it to be supported on Expo. The Expo SDK should support 59.9 in a few weeks |
I’m seriously considering ditching it, haha
… On Jun 10, 2019, at 8:13 PM, Chris Spankroy ***@***.***> wrote:
I’ve never used Expo, but my understanding of how it works is it can take about a month after a version of React Native comes out for it to be supported on Expo. The Expo SDK should support 59.9 in a few weeks
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#25182?email_source=notifications&email_token=ADCE4OIDVFQ7CC7J3WOSMODPZ3UZLA5CNFSM4HVLGCQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXLR7KY#issuecomment-500637611>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ADCE4OPE7PMFO4THNIOO5VDPZ3UZLANCNFSM4HVLGCQQ>.
|
this should be fixed by 46bdb41, let me know if it doesn't work for you |
Awesome, thanks! |
Does anyone understand why this crashes in production when all the references to |
I'm still getting this bug. Any updates on this? So far, the only fix I can find for this (although it's horrible) is to comment the line out. |
upgrade your version of RN, it was fixed months ago |
@mmmulani What RN version fixed this? I'm on |
v61.0 I believe is the first to have this fix |
I am also still on 0.59.10, needed to apply these manually to compile 46bdb41 |
For you guys who are still working on 0.59.10 and hard to apply 46bdb41 patch in to your local. |
I am using
I tried to reproduce this crash but could not. I have to decide to update to new React Native version or not. Is it happened only in iOS SDK 13.0 and Xcode 11? |
The curious thing is that this error only happens on iphones 11, on inferior devices like X, the error does not happen ... |
This still works in 2020 |
+1 This error occurred only on iPhone 11s. Worked on all other devices including emulators.
Oof that sucks because one of our dependencies max supported version as of now is 0.59.9 |
Bug
When running my app on an iPhone XR (iOS 13), the app immediately crashes with EXC_BAD_ACCESS.
I can only reproduce this when running on a physical iPhone. iPad and simulator both work fine.
Environment info
React native info output:
Library version: 0.59.9
Steps To Reproduce
Make a new React Native project with
react-native init
and run on device.Describe what you expected to happen:
Reproducible sample code
Here That's a link to a repo I just made for a test project.
EDIT: Fixed the link to the repo
The text was updated successfully, but these errors were encountered: