paytabscom / paytabs-ios-library-sample

This repository contains latest static framework (.framework), resources bundle (.bundle), sample apps for both Objective-C and Swift, and documentation to get SDK integrated in the Xcode projects.
MIT License
12 stars 11 forks source link

paytabs sdk integration issue in swift #37

Open SpotServe-2018 opened 4 years ago

SpotServe-2018 commented 4 years ago

I am integrating the Paytabs sdk in swift.I got the error mentioned below. I have read all the posts related to paytabs in stackoverflow but nothing helped me.I am running it on real device and I have also removed the duplicate pod files like reachibility and IQKeyboardManager.After doing all this stuff its is not working. Kindly suggest me how i can resolve this error.

Screenshot 2020-09-24 at 14 43 51
AdlyPayTabs commented 4 years ago

Make sure your pods are matching the following list:

pod 'BIObjCHelpers'
pod 'IQKeyboardManager', '~> 4.0.2'
pod 'AFNetworking', '-> 4.0.1'
pod 'Mantle'
pod 'Reachability'
pod 'Lockbox'
pod 'SBJson'
pod 'PINCache'
pod 'MBProgressHUD', '~> 1.1.0'
pod 'ActionSheetPicker-3.0'

# In case if you are using OCR version 
pod 'PayCardsRecognizer'