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

Crash on iOS 13 #65

Closed
givip opened this issue May 5, 2020 · 3 comments
Closed

Crash on iOS 13 #65

givip opened this issue May 5, 2020 · 3 comments
Assignees
Labels

Comments

@givip
Copy link

givip commented May 5, 2020

Related to issue in SVProgressHUD/SVProgressHUD#1031
Reproducible in apps with SceneDelegate where[[UIApplication sharedApplication] delegate] window] is nil

@rnine rnine added the bug label May 6, 2020
@rnine rnine self-assigned this May 6, 2020
@bzeeman
Copy link

bzeeman commented May 22, 2020

This call assumes that window in a function of the app delegate, but in iOS 13 window is not a selector. For a temporary fix you can add a window objc method to your app delegate that returns the window as this expects.

- (UIWindow*) window{
    return _window;
}

@rnine
Copy link
Contributor

rnine commented Jul 7, 2020

SVProgressHUD is on the way out. It will no longer be a dependency on the upcoming update.

@rnine
Copy link
Contributor

rnine commented Jul 9, 2020

Dependency on SVProgressHUD was removed in 2.3 so this is no longer an issue.

@rnine rnine closed this as completed Jul 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants