Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with step 3 #2

Closed
yungpackage opened this issue Dec 27, 2020 · 3 comments
Closed

Issue with step 3 #2

yungpackage opened this issue Dec 27, 2020 · 3 comments

Comments

@yungpackage
Copy link

In trying to replace the SceneDelegate contents I run into an issue.

When I build the app, it succeeds, but I then get the following issue error which doesn't allow the app to load.

Thread 1: Fatal error: Unexpectedly found nil while unwrapping an Optional value

For the line window!.rootViewController = navigationController

Any idea around the issue?

@zachwaugh
Copy link
Contributor

Did you setup your app using storyboard? It sounds like it's crashing since it can't find the window, which the storyboard will provide the window automatically. A storyboard setup isn't required, just what the quick start guide assumes for simplicity.

@yungpackage
Copy link
Author

That did the trick thanks so much @zachwaugh

@julianrubisch
Copy link
Contributor

I hit this too... added a documentation PR here: #6

hey-leon added a commit to ktlo-repo/turbo-ios that referenced this issue Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants