iOS Objective-C Bug Fixer

Job ID: 38176638

Budget: $30 – $250 USD

I have 2 issues that are occurring with my app. Both of these issues are now happening on my app in the store when no changes were made. In other words, these crashes are not from any changes I made. It just started to not work. it does work in Xcode 14.2, but not 15.2.

The first issues occurs when trying to login. It is timing out.

This is the second error I'm getting is a crash that occurs after signing in:

** Assertion failure in UITraitCollection *UIViewControllerMissingInitialTraitCollection(UIViewController *__strong, UIApplicationSystemVersion)(), UIViewController.m:2749
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'UIViewController is missing its initial trait collection populated during initialization. This is a serious bug, likely caused by accessing properties or methods on the view controller before calling a UIViewController initializer. View controller: <SettingsViewController: 0x10d80dc00>'