I have implemented paytab payment gateway these are the steps which i have follow from the documentation of the paytab in this link.
steps which i did
download the sdk from the above link
add to my project
add the import line to the header file
#import <paytabs-iOS/paytabs_iOS.h>
install the following pods to my project for the paytab as documentation said
#for PayTabs
pod 'BIObjCHelpers' pod 'Mantle' pod 'Lockbox' pod 'SBJson' pod 'PINCache' pod 'PayCardsRecognizer' pod 'Reachability' pod 'AFNetworking' pod 'MBProgressHUD', '~> 1.1.0' pod 'ActionSheetPicker'
This is working file when i am installing on iPhone with wire. The error is coming when i am generating the ipa (Archive) in pod "AFNetworking". Am I doing anything wrong?