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

Application Crash with below error #34

Open hartz4k opened 4 years ago

hartz4k commented 4 years ago

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[PTFWHTTPSessionManager POST:parameters:constructingBodyWithBlock:progress:success:failure:]: unrecognized selector sent to instance 0x600000c48ff0'

UbaidBim commented 4 years ago

Hi Any Update on this? I am facing the same issue

SpotServe-2018 commented 4 years ago

I am facing the same issue. Kindly help

UbaidBim commented 4 years ago

I found a solution to this

You need to remove existing Paytab framework and bundles from your project , move it to trash dont keep the reference of it

Than download the latest Paytab framework and bundle

Import it to project

Clean project and run

SpotServe-2018 commented 4 years ago

@UbaidBim i have no words.. How i will express my thanks to you.. You saved my life.. i struggled around 20 hours for this silly mistake.. thank you bro. you made my day ..

AdlyPayTabs commented 4 years ago

Make sure the AFNetworking version is updated to 4.0.1 pod 'AFNetworking', '~> 4.0.1'