razorpay / razorpay-pod

:iphone: CocoaPod implementation of Razorpay's Payment SDK. Refer for instructions:
https://docs.razorpay.com/v1/page/ios-integration
MIT License
21 stars 18 forks source link

Cannot find protocol declaration for 'ExternalWalletSelectionProtocol' #43

Closed lintocj closed 5 years ago

lintocj commented 5 years ago

Cannot find protocol declaration for 'ExternalWalletSelectionProtocol' Cannot find protocol declaration for 'RazorpayPaymentCompletionProtocol'

IDE Specs

Xcode 10.(Objective c) Pod 1.0.23

Retro Steps

Screenshots

screenshot 2018-10-03 at 11 37 48 am

iThink32 commented 5 years ago

@lintocj delete your derived data and build again as it is working for other clients.

lintocj commented 5 years ago

@iThink32 Everything tried from my end, but getting the same error.

lintocj commented 5 years ago

I am trying from objective C, is there anything need to update from my end compared to the previous build(Pod 1.0.22). Currently, I am trying (Pod 1.0.24).

iThink32 commented 5 years ago

@lintocj you have to include <Razorpay/Razorpay-Swift.h> instead of <Razorpay/Razorpay.h> in your ViewController.m file

lintocj commented 5 years ago

Okay. Working!. Please update your document.

iThink32 commented 5 years ago

@lintocj updated. Closing as this issue is fixed.

rmamtaventures commented 3 years ago

i'm also facing same issue in xcode 12.

chinthu commented 2 years ago

DId you resolved this issue ?

ayushHello commented 1 year ago

Hello As I am also facing same issue as mentioned above in Xcode version 14.0.1 and strange thing is ---- The exact code is working on another system with same configuration and same Xcode version.