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
In the AppDelegate I have it like this
in the SceneDelegate I have it like this
But when I enter SceneDelegate it gives me that problem mentioned above, I tried to control like this in the image below, but the device shows me a black screen
This is in the AppCoordinator
What do you recommend me to do
Thanks for your attention
Good afternoon,
I am following this demo to use Coordinators which works very well with AppDelegate, but when using SceneDelegate I have problems
let coordinator: Coordinator
coordinator = AppDelegate.container.resolve (SplashCoordinator.self)!
error.- Fatal error: Unexpectedly found nil while unwrapping an Optional value: file App / AppCoordinator.swift, line 29
They can help me how I could control this problem since I have several days without being able to solve it
Thank you
The text was updated successfully, but these errors were encountered: