Post not yet marked as solved
Post marked as unsolved with 7 replies, 842 views
As usual crash is happening on newer version of iOS 15
Crash log
Fatal Exception: NSInvalidArgumentException
0 CoreFoundation 0x1814dc05c __exceptionPreprocess
1 libobjc.A.dylib 0x1999f6f54 objc_exception_throw
2 CoreFoundation 0x181533190 __CFDictionaryCreateGeneric
3 Security 0x18a239674 SecKeyGetAlgorithmId
4 Security 0x18a2d53d0 SecKeyGetSignatureAlgorithmForPadding
5 Security 0x18a2d5328 SecKeyRawSign
6 App Name 0x100bc90f8 -[login privatekeytouch] + 1484 (CprLoginContrl.m:1484)
7 libdispatch.dylib 0x18114cc04 _dispatch_call_block_and_release
8 libdispatch.dylib 0x18114e950 _dispatch_client_callout
9 libdispatch.dylib 0x18115cd30 _dispatch_main_queue_callback_4CF
10 CoreFoundation 0x181494ce4 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE
11 CoreFoundation 0x18144eebc __CFRunLoopRun
12 CoreFoundation 0x1814623c8 CFRunLoopRunSpecific
13 GraphicsServices 0x19cc7338c GSEventRunModal
14 UIKitCore 0x183e080bc -[UIApplication _run]
15 UIKitCore 0x183b85be8 UIApplicationMain
16 App Name 0x10079a7b8 main + 22 (main.m:22)
17 ??? 0x101639a24 (Missing)
crashed during SecKeyRawSign, anything has changed on ios 15?