handsomecode / InteractiveSideMenu

iOS Interactive Side Menu written in Swift.
Apache License 2.0
708 stars 164 forks source link

App crashing on IOS 13 #114

Closed patriksharma closed 4 years ago

patriksharma commented 4 years ago

App crashing as soon as I click on Side menu button

 *** Assertion failure in -[UIApplication _createStatusBarWithRequestedStyle:orientation:hidden:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKitCore/UIKit-3899.13.13/UIApplication.m:5240
2019-10-14 18:05:26.260454+0530 POA[6475:1240923] *** 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.'
numanayhan commented 4 years ago

Duplicate of Me to app Crashing

patriksharma commented 4 years ago

@numanayhan I have done a temporary fix. Comment statusbar is hidden and status bar line in repo

patriksharma commented 4 years ago
//let statusBar: UIView = UIApplication.shared.value(forKey: "statusBar") as! UIView
        //statusBar.isHidden = true
jbarros35 commented 4 years ago

its all broken. you cannot rift without a fork.