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

libc++abi: terminating due to uncaught exception of type std::__1::bad_function_call: std::exception #6952

Open
sriprasad19 opened this issue Jan 29, 2025 · 3 comments
Labels
Missing info The user didn't precise the problem enough Missing repro This issue need minimum repro scenario Platform: iOS This issue is specific to iOS

Comments

@sriprasad19
Copy link

Description

App is crashing on launch and getting issue in iOS using new architecture.

"react-native": "0.76.6",
"react-native-reanimated": "^3.16.7",

Steps to reproduce

Install "react-native-reanimated": "^3.16.7"

Snack or a link to a repository

NA

Reanimated version

3.16.6

React Native version

0.76.6

Platforms

iOS

JavaScript runtime

None

Workflow

None

Architecture

Fabric (New Architecture)

Build type

None

Device

iOS simulator

Device model

iPhone 16, iOS 18.2

Acknowledgements

Yes

@github-actions github-actions bot added Missing repro This issue need minimum repro scenario Platform: iOS This issue is specific to iOS labels Jan 29, 2025
Copy link

Hey! 👋

The issue doesn't seem to contain a minimal reproduction.

Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem?

@github-actions github-actions bot added the Missing info The user didn't precise the problem enough label Jan 29, 2025
Copy link

Hey! 👋

It looks like you've omitted a few important sections from the issue template.

Please complete Snack or a link to a repository section.

@aperomingo
Copy link

aperomingo commented Jan 30, 2025

Hello. This is not a joke, react-native-reanimated is breaking the projects in versions 0.76+ for iOS side. I was crazy searching for a solution in my project. I created a new empty project to try to search what is causing this error between all my dependencies and i finally i got it when i installed the first one react-native-reanimated: "3.16.5".

If someone want to reproduce it, just create new project and install react-native-reanimated, it will build and run but crash after metro bundle process

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Missing info The user didn't precise the problem enough Missing repro This issue need minimum repro scenario Platform: iOS This issue is specific to iOS
Projects
None yet
Development

No branches or pull requests

2 participants