Post

Replies

Boosts

Views

Activity

CoreFoundation/ UIKit crash in iOS 15 app
Since update to iOS 15, our app is crashing in the first controller, right after splash screen(log attached). To be mentioned that if app goes to background right after being active, it will only crash after i switch it back in foreground. At crash it gets me right to int main() without any relevant info to help me debug, except (maybe) this line in the console "[Unknown process name] CGBitmapContextCreateWithCallbacks: failed to create CGAutomaticBitmapContextInfo." I've tried using all exceptions breakpoint but didn't help debugging further. It seems to be an issue in storyboard and not a specific line of code. At start, the app has a tabBarController which integrates some controllers. The first goes like viewDidLoad, viewWillAppear, viewWillLayoutSubviews, viewDidLayoutSubviews and then dies before reaching viewDidAppear. Would appreciate some help 2021-09-27_10-34-54.4864_+0300-9047901996b77362f454f5d9fb324f4ab72e4b5d.crash
2
0
2.0k
Sep ’21