You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have deleted the contents of the derived data folder and rebuild it.
IDE Specs
Xcode Version (iOS): Version 11.4 (11E146)
Razorpay Package Version: 2.1.32
Retro Steps
npm i react-native-razorpay
changing the platform in Podfile to 10.0
cd ios && pod install
run-ios or build from Xcode
Screenshots
error: use of undeclared identifier 'Razorpay'
Razorpay *razorpay = [Razorpay initWithKey:keyID
^
/Users/roshan/react-native/mynyfy-seller-mobile/node_modules/react-native-razorpay/ios/RazorpayCheckout.m:28:19: error: use of undeclared identifier 'razorpay'
Razorpay *razorpay = [Razorpay initWithKey:keyID
^
/Users/roshan/react-native/mynyfy-seller-mobile/node_modules/react-native-razorpay/ios/RazorpayCheckout.m:28:31: error: use of undeclared identifier 'Razorpay'
Razorpay *razorpay = [Razorpay initWithKey:keyID
^
/Users/roshan/react-native/mynyfy-seller-mobile/node_modules/react-native-razorpay/ios/RazorpayCheckout.m:30:10: error: use of undeclared identifier 'razorpay'
[razorpay setExternalWalletSelectionDelegate:self];
^
/Users/roshan/react-native/mynyfy-seller-mobile/node_modules/react-native-razorpay/ios/RazorpayCheckout.m:32:10: error: use of undeclared identifier 'razorpay'
[razorpay open:options];
^
/Users/roshan/react-native/mynyfy-seller-mobile/node_modules/react-native-razorpay/ios/RazorpayCheckout.m:41:1: warning: implementing deprecated method [-Wdeprecated-implementations]
(void)onPaymentError:(int)code
^
In module 'Razorpay' imported from /Users/roshan/react-native/mynyfy-seller-mobile/node_modules/react-native-razorpay/ios/RazorpayCheckout.m:13:
The text was updated successfully, but these errors were encountered:
Common to Both platforms :-
Specific to iOS Users :-
IDE Specs
Xcode Version (iOS): Version 11.4 (11E146) Razorpay Package Version: 2.1.32Retro Steps
Screenshots
error: use of undeclared identifier 'Razorpay'
Razorpay *razorpay = [Razorpay initWithKey:keyID
^
/Users/roshan/react-native/mynyfy-seller-mobile/node_modules/react-native-razorpay/ios/RazorpayCheckout.m:28:19: error: use of undeclared identifier 'razorpay'
Razorpay *razorpay = [Razorpay initWithKey:keyID
^
/Users/roshan/react-native/mynyfy-seller-mobile/node_modules/react-native-razorpay/ios/RazorpayCheckout.m:28:31: error: use of undeclared identifier 'Razorpay'
Razorpay *razorpay = [Razorpay initWithKey:keyID
^
/Users/roshan/react-native/mynyfy-seller-mobile/node_modules/react-native-razorpay/ios/RazorpayCheckout.m:30:10: error: use of undeclared identifier 'razorpay'
[razorpay setExternalWalletSelectionDelegate:self];
^
/Users/roshan/react-native/mynyfy-seller-mobile/node_modules/react-native-razorpay/ios/RazorpayCheckout.m:32:10: error: use of undeclared identifier 'razorpay'
[razorpay open:options];
^
/Users/roshan/react-native/mynyfy-seller-mobile/node_modules/react-native-razorpay/ios/RazorpayCheckout.m:41:1: warning: implementing deprecated method [-Wdeprecated-implementations]
^
In module 'Razorpay' imported from /Users/roshan/react-native/mynyfy-seller-mobile/node_modules/react-native-razorpay/ios/RazorpayCheckout.m:13:
The text was updated successfully, but these errors were encountered: