razorpay / razorpay-ios-sample-app

:iphone: Sample app demonstrating integration of Razorpay iOS Framework
MIT License
14 stars 13 forks source link

Getting error while run on xcode 12 GM #31

Closed kalathiyanilesh1 closed 3 years ago

kalathiyanilesh1 commented 3 years ago

Screenshot 2020-09-17 at 6 29 20 PM

Nautiyalsachin commented 3 years ago

Hi @kalathiyanilesh1 please update the code to

razorpay = RazorpayCheckout.initWithKey(razorpayKey, andDelegate: self)

Also, can you tell me from where did you took the reference, I'll update there.

kalathiyanilesh1 commented 3 years ago

okay, so i need to update the pod & make reference of RazorpayCheckout right?

Nautiyalsachin commented 3 years ago

Yes @kalathiyanilesh1, you can just update the pods and update your code, it will start working.

kalathiyanilesh1 commented 3 years ago

Yes it's working now. Thanks