paytabscom / react-native-paytabs-library

Bridge library for native IOS/Android Paytabs libraries
https://site.paytabs.com/en/
MIT License
15 stars 15 forks source link

ARC Semantic Issue #3

Open arhmnsh opened 4 years ago

arhmnsh commented 4 years ago

Hi guys! I'm getting below error while building our project.

image
Error code ```/Users/shahabdurrahaman/Documents/Projects/react/native/DailyJob Project/DailyJob/node_modules/@paytabscom/react-native-paytabs-library/ios/RNPaytabsLibrary.m:31:86: No visible @interface for 'PTFWInitialSetupViewController' declares the selector 'initWithBundle:andWithViewFrame:andWithAmount:andWithCustomerTitle:andWithCurrencyCode:andWithTaxAmount:andWithSDKLanguage:andWithShippingAddress:andWithShippingCity:andWithShippingCountry:andWithShippingState:andWithShippingZIPCode:andWithBillingAddress:andWithBillingCity:andWithBillingCountry:andWithBillingState:andWithBillingZIPCode:andWithOrderID:andWithPhoneNumber:andWithCustomerEmail:andIsTokenization:andIsPreAuth:andWithMerchantEmail:andWithMerchantSecretKey:andWithAssigneeCode:andWithThemeColor:andIsThemeColorLight:'``` ``` /Users/shahabdurrahaman/Documents/Projects/react/native/DailyJob Project/DailyJob/node_modules/@paytabscom/react-native-paytabs-library/ios/RNPaytabsLibrary.m:38:11: Property 'didStartPreparePaymentPage' not found on object of type 'PTFWInitialSetupViewController *'``` ``` /Users/shahabdurrahaman/Documents/Projects/react/native/DailyJob Project/DailyJob/node_modules/@paytabscom/react-native-paytabs-library/ios/RNPaytabsLibrary.m:43:11: Property 'didFinishPreparePaymentPage' not found on object of type 'PTFWInitialSetupViewController *' ```