I’m a bit confused about the practicality and support for Umbrella frameworks in iOS. I’ve read that they’re not supported, but I’ve come across a few tutorials where people are developing Umbrella frameworks. Can anyone provide some insight on this?
Post
Replies
Boosts
Views
Activity
Crashed: com.apple.main-thread
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x000000004d555460
Crashed: com.apple.main-thread
0 libsystem_blocks.dylib 0x15c8 _Block_copy + 56
1 toktiv 0x5e498 @objc AppDelegate.getAcesstokenRefreshed(handler:) + 4369245336 (:4369245336)
2 Foundation 0x165d20 __NSFireTimer + 64
3 CoreFoundation 0x9b0a8 CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION + 28
4 CoreFoundation 0x9aca8 __CFRunLoopDoTimer + 1016
5 CoreFoundation 0x9a17c __CFRunLoopDoTimers + 324
6 CoreFoundation 0x944b4 __CFRunLoopRun + 1948
7 CoreFoundation 0x937d0 CFRunLoopRunSpecific + 572
8 GraphicsServices 0x3570 GSEventRunModal + 160
9 UIKitCore 0xb302d0 -[UIApplication _run] + 1052
10 UIKitCore 0xb3584c UIApplicationMain + 164
11 toktiv 0x5ae8 main + 34 (SMSHistoryCell.swift:34)
12 libdyld.dylib 0x1140 start + 4
Above is the crash report from Firebase Crachlytics, application suddenly started to crash since last week. Earlier it was working fine, Its crashing on older builds as well. Which means nothing new was added that is forcing this crash.