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

iOS Simulator crash when installing library #228

Open
sebikap-cocos opened this issue Nov 29, 2024 · 0 comments
Open

iOS Simulator crash when installing library #228

sebikap-cocos opened this issue Nov 29, 2024 · 0 comments

Comments

@sebikap-cocos
Copy link

sebikap-cocos commented Nov 29, 2024

Describe the bug:
When installing the library, development build crashes on iOS (Android works fine).

Minimum reproducible example:
I am installing react-native-vision-camera, and aim to use frame processing. Therefore, I need to install this library. When installing react-native-vision-camera, I run the build, iOS simulator works ok. Then, I continue installing this library, and add the babel plugin. When I install the development build on the simulator, the app is installed, but crashes on open without any error logs to be found.
When running the development build on iOS device, it works ok.

Device:

  • Device: iOS Simulator iPhone 16 Pro
  • OS: iOS

package.json file:

{
   "dependencies": {
     "react-native-worklets-core": "1.5.0"
  }
}
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

No branches or pull requests

1 participant