Posts

Post not yet marked as solved
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?
Posted
by LCTech.
Last updated
.
Post not yet marked as solved
7 Replies
851 Views
kSecAttrAccessibleAlwaysThisDeviceOnly behaves differently when we do an icloud restore vs when we transfer from another iphone option during new phone setup, keychain value get erased as expected on icloud restore, but is getting retained when transfer from another iphone option is used
Posted
by LCTech.
Last updated
.
Post not yet marked as solved
3 Replies
719 Views
on iOS 14.0 and above if i have two textfields side by side with equal width and equal height constraint , when we try to push a controller containing these textfields the entire UI freezes this is happening on iphone 7 plus and 8 plus devices and randomly on some XR device not all, works on other devices. while debugging the called viewcontroller is executing the didload didappear functions but the viewcontroller doesn't get pushed, i.e the UI deosn't appear on screen, it displays the parent views UI and the entire app freezes, no crash. I am using xibs and  I am using ibdesignables for the textfield Works perfectly fine on iOS 13 and below.
Posted
by LCTech.
Last updated
.