-
Notifications
You must be signed in to change notification settings - Fork 111
Description
React Native: 0.77.x
react-native-razorpay: 2.3.1
Platform: iOS
Build System: Version 16.4 (16F6)
After upgrading to React Native 0.77 and using react-native-razorpay 2.3.1, the app crashes immediately on launch (or when initiating Razorpay checkout) with the following runtime error:
dyld[6379]: Symbol not found: (_$s10Foundation22_convertErrorToNSErrorySo0E0Cs0C0_pF)
Referenced from: '/private/var/containers/Bundle/Application/9A3E78DC-0098-43E9-BAE0-E0D0232C0160/SeaNeB.app/Frameworks/Razorpay.framework/Razorpay'
Expected in: '/System/Library/Frameworks/Foundation.framework/Foundation'
==> it happens after update react-native-razorpay 2.3.0 to update react-native-razorpay 2.3.1
==> package.json
"react-native-image-crop-picker": "^0.51.1",
"react-native-intersection-observer": "^0.2.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "^2.8.3",
"react-native-maps": "1.26.0",
"react-native-mmkv": "^3.1.0",
"react-native-modal": "14.0.0-rc.1",
"react-native-modal-datetime-picker": "18.0.0",
"react-native-pager-view": "^6.8.1",
"react-native-permissions": "^5.2.1",
"react-native-razorpay": "^2.3.1",
"react-native-reanimated": "3.17.5",
"react-native-safe-area-context": "^4.14.0",
"react-native-screens": "^4.18.0",
"react-native-svg": "15.8.0",
"react-native-tab-view": "^4.0.4",
"react-native-video": "^6.17.0",