Viperit: Unexpectedly found nil while implicitly unwrapping an Optional value
ahmedraad opened this issue · 3 comments
ahmedraad commented
There's an issue that happens only when downloading the app from testflight, otherwise running from Xcode works fine and I don't use storyboard or xib files it's only code
And here's the implementation
window = UIWindow(windowScene: scene)
let module = AppModules.splash.build()
module.router.show(inWindow: window, embedInNavController: false, setupData: nil, makeKeyAndVisible: true)
ferranabello commented
Hi @ahmedraad, how did you fix this crash?
Cheers
ahmedraad commented
Hi @ahmedraad, how did you fix this crash?
Cheers
Hello @ferranabello
I've seen a closed issue about optimization level fix so i did the same by making Swift Compiler - optimization level to No optimization
ferranabello commented
Cool! Thanks 👍