-
-
Notifications
You must be signed in to change notification settings - Fork 124
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 iOS 13 on Real Device #67
Comments
The status bar window has gone in iOS 13. I have to found another way to animate the status bar. Update✅: |
Hi Kukushi, just seeing if you've already started working on a fix for iOS 13, or if I should start working on it...I'll probably just comment out and make a quick fix because I just use a static bar. |
@jmoia Beta sdk may change from time to time, so I will fix it on some later betas. |
same, problem |
Hi @kukushi We are close to the release of iOS 13, would have as a branch with a workaround? Thanks |
I had to check this so I just commented out some codes related to Status Bar. |
Guys, checkout branch |
@kukushi For which cases we getting that crash. |
When the |
Version 2.0.2 is released for a workaround. I will keep looking for an alternative way to archive the animation on iOS 13. |
@kukushi i have the same problem even if i select .none . How fix it? version 2.0.2 |
@haidukstore Can you post more detail error description? |
@kukushi sorry, it's new xcode has some lag, after reload ".none" value work perfect |
I am getting crashed when I'm trying to fetch |
I had the same error: "App called -statusBar or -statusBarWindow on UIApplication: this code must be changed as there's no longer a status bar or status bar window. Use the statusBarManager object on the window scene instead" The problem is that uploading Xcode 11 and iOS 13 you cannot use UIApplication.shared.value(forKey: "statusBar"). |
I have same problem. Unfortunately, last update didn't fix the issue |
@dotWasim Can you try again with a clean build? |
@kukushi What exactly should be set to .none and where? I'm still getting the crash with v2.0.2 |
Does it still crash with a clean build? |
@kukushi yes, It still crash |
@kukushi It actually started to work for me after multiple cleans |
@kukushi I have the same issue. |
|
NSInternalInconsistencyExceptionfunction signature specialization <Arg[0] = Dead> of static (extension in SideMenuSwift):__C.UIWindow.sb.getter : __C.UIWindow?
App called -statusBar or -statusBarWindow on UIApplication: this code must be changed as there's no longer a status bar or status bar window. Use the statusBarManager object on the window scene instead.
I think the issue is here
static var sb: UIWindow?
on StatusBar.swift file.The text was updated successfully, but these errors were encountered: