PayPal SDK Version
1.1.0
Environment
Both
Xcode Version
15.2
OS Version & Device
No response
Integration type
CocoaPods
Development Processor
Both
Describe the bug
Our app users are hitting crashes due to this line of code in iOS version 1.1.0 of the PayPal/PayPalNativePayments SDK.
(This crash has affected 31 users in the past 90 days.)
0x505b24 __75-[PFBaseSecureKeyWrapper getSignatureBytesUsingPrivateKey:data:completion:]_block_invoke + 72
Looks like a possible memory access issue.
Here is one example from crashlytics:

To reproduce
Unclear. I can't reproduce it myself but this crash has been reported 31 times in the past 90 days via our crashlytics dashboard.
Expected behavior
No crash
Screenshots
No response