-
Notifications
You must be signed in to change notification settings - Fork 389
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
EXC_BREAKPOINT #233
Comments
how to resolve ? |
@Visaut What do you want to achieve? |
@alimirshad in Line : return (UIApplication.shared.delegate?.window?.flatMap { $0 })! use Xcode 11 , How to resolve ? |
@Visaut you need to get Window from UIView. or if you need it in app delegate you need to assign the window to appdelegate window property. you can't force unwrap it like you are doing |
Thank you @alimirshad |
in Xcode 11, UIApplication.shared.delegate?.window = nil
The text was updated successfully, but these errors were encountered: