react-native-worklets-core icon indicating copy to clipboard operation
react-native-worklets-core copied to clipboard

iOS Simulator crash when installing library

Open sebikap-cocos opened this issue 1 year ago • 1 comments

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"
  }
}

sebikap-cocos avatar Nov 29 '24 14:11 sebikap-cocos

I also encountered this probem log like this: " LOG Loading react-native-worklets-core... LOG Worklets loaded successfully"

then crash on iphone16 suimulator

jetengine avatar Jan 17 '25 03:01 jetengine