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 crash in xcode 10.3 #5

Closed parveenBanuS closed 4 years ago

parveenBanuS commented 4 years ago

Paytabs is crash i tried the same demo app in personal demo project but it was crash

Reason: "DemoPayment[1280:20944] Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSTaggedPointerString isValidAddressString]: unrecognized selector sent to instance 0x91033b72b73182f7' First throw call stack:"

PTFWInitialSetupViewController Screenshot 2019-11-23 at 10 09 59 AM

parveenBanuS commented 4 years ago

when i added the secret key it was crash...

alpbak commented 4 years ago

Any solutions for this? I get the same error.

parveenBanuS commented 4 years ago

Any solutions for this? I get the same error.

You just follow the steps its working i think you missed -all_load -ObjC add this lib.

alpbak commented 4 years ago

Any solutions for this? I get the same error.

You just follow the steps its working i think you missed -all_load -ObjC add this lib.

Yes, that was the case. Thanks