react-native-razorpay: image not found in react-native-customui

Package Version

“react”: “16.11.0”, “react-native”: “0.61.0”, “react-native-customui”: “./…/react-native-customui”,

Xcode Version (iOS) : 11.5

downloaded from Razorpay website and followed README.md https://razorpay.com/docs/payment-gateway/react-native-integration/custom/

dyld: Library not loaded: @rpath/libswiftCore.dylib
  Referenced from: /Users/**/Library/Developer/CoreSimulator/Devices/468D6EC6-0F2D-4682-BC6E-CBDBE4D5826A/data/Containers/Bundle/Application/EA8BAA52-5C43-4949-B1A7-33324492406B/****.app/Frameworks/Razorpay.framework/Razorpay
  Reason: image not found

In android working but in ios getting this Error

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 15 (5 by maintainers)

Most upvoted comments

@Nautiyalsachin followed given steps

  • npm install --save react-native-customui
  • copied pod ‘react-native-customui’, :path => ‘…/node_modules/react-native-customui’ in podfile
  • cd ios && pod install

But getting this error

No podspec found for `react-native-customui` in `../node_modules/react-native-customui`