Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ios crash when trying to call openPaytab #9

Open
mdtechcs opened this issue Dec 14, 2020 · 0 comments
Open

ios crash when trying to call openPaytab #9

mdtechcs opened this issue Dec 14, 2020 · 0 comments

Comments

@mdtechcs
Copy link

mdtechcs commented Dec 14, 2020

Hello @Simicart

I am facing ios app crash when trying to call openPaytab method.
uncaught exception 'NSInvalidArgumentException', reason: '-[PTFWHTTPSessionManager POST:parameters:constructingBodyWithBlock:progress:success:failure:]: unrecognized selector sent to instance

here are crash logs

2020-12-14 18:29:08.656270+0530 auctions_babel[13632:330031] -[PTFWHTTPSessionManager POST:parameters:constructingBodyWithBlock:progress:success:failure:]: unrecognized selector sent to instance 0x600000a0d1d0
2020-12-14 18:29:08.666996+0530 auctions_babel[13632:330031] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[PTFWHTTPSessionManager POST:parameters:constructingBodyWithBlock:progress:success:failure:]: unrecognized selector sent to instance 0x600000a0d1d0'
*** First throw call stack:
(
	0   CoreFoundation                      0x00007fff2043a126 __exceptionPreprocess + 242
	1   libobjc.A.dylib                     0x00007fff20177f78 objc_exception_throw + 48
	2   CoreFoundation                      0x00007fff20448c6f +[NSObject(NSObject) instanceMethodSignatureForSelector:] + 0
	3   CoreFoundation                      0x00007fff2043e666 ___forwarding___ + 1489
	4   CoreFoundation                      0x00007fff20440698 _CF_forwarding_prep_0 + 120
	5   auctions_babel                      0x000000010c2e0846 -[PTFWOperationSecretKeyValidation startSecretKeyValidationOperation] + 550
	6   auctions_babel                      0x000000010c2e04aa -[PTFWOperationSecretKeyValidation start] + 74
	7   Foundation                          0x00007fff20810be3 __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 17
	8   Foundation                          0x00007fff208106f6 __NSOQSchedule_f + 182
	9   libdispatch.dylib                   0x000000010f7e26a9 _dispatch_block_async_invoke2 + 83
	10  libdispatch.dylib                   0x000000010f7d3a88 _dispatch_client_callout + 8
	11  libdispatch.dylib                   0x000000010f7d63d6 _dispatch_continuation_pop + 557
	12  libdispatch.dylib                   0x000000010f7d57dc _dispatch_async_redirect_invoke + 779
	13  libdispatch.dylib                   0x000000010f7e55b6 _dispatch_root_queue_drain + 351
	14  libdispatch.dylib                   0x000000010f7e5f1b _dispatch_worker_thread2 + 135
	15  libsystem_pthread.dylib             0x00007fff5dcd89f7 _pthread_wqthread + 220
	16  libsystem_pthread.dylib             0x00007fff5dcd7b77 start_wqthread + 15
)
libc++abi.dylib: terminating with uncaught exception of type NSException
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[PTFWHTTPSessionManager POST:parameters:constructingBodyWithBlock:progress:success:failure:]: unrecognized selector sent to instance 0x600000a0d1d0'
terminating with uncaught exception of type NSException
CoreSimulator 732.17 - Device: iPhone 11 Pro Max (600010F7-44E8-4395-A44A-4B63E54448E0) - Runtime: iOS 14.0 (18A372) - DeviceType: iPhone 11 Pro Max
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant