0

I am facing the problem with the Razorpay integration. I have installed the pod 'razorpay' 1.0.6 and after that I found the following error:

dyld: Library not loaded: @rpath/Razorpay.framework/Razorpay

Reason: image not found

I want to integrate Razorpay.

Masoud Keshavarz
  • 2,166
  • 9
  • 36
  • 48

1 Answers1

0

You are using wrong Podspec. Its razorpay-pod.

Check this out: https://github.com/razorpay/razorpay-pod#installation--docs

Sanyam Jain
  • 1,154
  • 6
  • 9
  • I have installed the pod and followed the steps according to the steps given by the follwing link - "https://razorpay.com/docs/payment-gateway/ios-integration/standard/" but i am facing a problem. I am unable to open the Razorpay screen and got the last message in the console as - /Users/travis/build/razorpay/razorpay-ios/RazorpayIOS/CheckoutOtpelf/Classes/RazorpayCheckoutVC.swift deinitialized. Will you please help to solve such issue. – iOS Developer Worktoday Aug 14 '19 at 06:05