Post

Replies

Boosts

Views

Activity

Reply to App crashes on xCode 16.0 beta 5
Here is what solved my issues in the end: I use this dependency: "react-native-image-crop-picker": "^0.40.2", It had unnecessary import somewhere in the code. See here Solution for me was to update the library to ^0.41.2: "react-native-image-crop-picker": "^0.41.2", Hope this helps!
Oct ’24
Reply to App crashes on xCode 16.0 beta 5
Here is what solved my issues in the end: I use this dependency: "react-native-image-crop-picker": "^0.40.2", It had unnecessary import somewhere in the code. See here Solution for me was to update the library to ^0.41.2: "react-native-image-crop-picker": "^0.41.2", Hope this helps!
Replies
Boosts
Views
Activity
Oct ’24
Reply to Crash When Run app On Xcode15 Simulator
I have the same exact issue in react-native app. Is there a solution for this? Using xCode v15 and trying to run the app on iPhone 15 simulator
Replies
Boosts
Views
Activity
Sep ’23