You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '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.'
#174
Open
Shahbaz89khan opened this issue
Oct 9, 2019
· 5 comments
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '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.'
Please help me out if anyone can?
The text was updated successfully, but these errors were encountered:
@joe149 I believe I was using it through cocoapods and pointed at my fork. Last time I used it was in August of 2019 though so things may have changed. If cocoapods isn't working manually should.
fileprivate var sbw: UIWindow? {
let s = "status"
let b = "Bar"
let w = "Window"
return UIStatusBarManager //UIApplication.shared.value(forKey: s+b+w) as? UIWindow
}
Comment this code from SideMenuController class as this is using statusbarWindow and also: sbw?.set(hidden, withBehaviour: _preferences.animating.statusBarBehaviour)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am facing this crash in Xcode 11 and iOS 13
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '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.'
Please help me out if anyone can?
The text was updated successfully, but these errors were encountered: