iOS Simulator crash when installing library
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"
}
}
I also encountered this probem log like this: " LOG Loading react-native-worklets-core... LOG Worklets loaded successfully"
then crash on iphone16 suimulator