You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The initialization of the MainCoordinator leads to a crash, because of force unwrapping the optional tabBarController parameter from the init function, which is nil in the default case.
The initialization of the MainCoordinator leads to a crash, because of force unwrapping the optional tabBarController parameter from the init function, which is nil in the default case.
This PR solve the issue.
The text was updated successfully, but these errors were encountered: