App Crash after clicking payment submit in Paypal plugin

Hi there,

I encountered a crash when i call the paypal.show function. Never encountered this problem before so i’m really in a pit on how to solve this. Any help would be much appreciated, thanks!

Console Log:

Sep 23 16:44:56 Mings-iPhone MissyStella[624] <Warning>: *** Assertion failure in -[UITableView _classicHeightForRowAtIndexPath:], /SourceCache/UIKit/UIKit-3318/UITableView.m:10772

Sep 23 16:44:56 Mings-iPhone MissyStella[624] <Error>: *** Terminating app due to uncaught exception ‘NSInternalInconsistencyException’, reason: ‘Invalid row height provided by table delegate. Value must be greater than zero or UITableViewAutomaticDimension.’

*** First throw call stack:

(0x26505e3f 0x33c1cc8b 0x26505d15 0x271d65af 0x29c6b469 0x29c6b653 0x29acecf5 0x299affb5 0x29ace57d 0x29c68837 0x29c688e3 0x29c5e071 0x29a7678f 0x299a0b37 0x293c8ccd 0x293c46b5 0x293c453d 0x293c3f21 0x293c3d25 0x293bdbfd 0x264cc5cd 0x264c9c8b 0x264ca093 0x26418621 0x26418433 0x2d7800a9 0x29a02809 0xdebf 0xde78)

Sep 23 16:44:56 Mings-iPhone ReportCrash[633] <Error>: task_set_exception_ports(B07, 400, D03, 0, 0) failed with error (4: (os/kern) invalid argument)

Sep 23 16:44:56 Mings-iPhone ReportCrash[633] <Notice>: ReportCrash acting against PID 624

Sep 23 16:44:56 Mings-iPhone diagnosticd[477] <Error>: error evaluating process info - pid: 624, punique: 624

Update on this problem! When i run my the app in iphone4, it did not crash. Only in iphone6 it crash. 

Update on this problem! When i run my the app in iphone4, it did not crash. Only in iphone6 it crash. 

Were you able to find a solution to this? I am also facing the exact same problem for only iOS 8 devices.

Were you able to find a solution to this? I am also facing the exact same problem for only iOS 8 devices.

Download latest Paypal Mobile SDKs from: https://github.com/paypal/PayPal-iOS-SDK

and do the following.

In your project’s Build Phases, link your project with these libraries. Weak linking for iOS versions back to 6.0 is supported.

  • Accelerate.framework

My crash is fixed by doing this for iOS8 and later.

Download latest Paypal Mobile SDKs from: https://github.com/paypal/PayPal-iOS-SDK

and do the following.

In your project’s Build Phases, link your project with these libraries. Weak linking for iOS versions back to 6.0 is supported.

  • Accelerate.framework

My crash is fixed by doing this for iOS8 and later.