Open takasurazeem opened 2 years ago
This function:
guard self.storyboard != nil, _rootViewController == nil, LGSideMenuHelper.canPerformSegue(self, withIdentifier: LGSideMenuSegue.Identifier.root) else { return } self.performSegue(withIdentifier: LGSideMenuSegue.Identifier.root, sender: self) }``` Why would it cause a crash?
Any solution you get on this? Because i'm facing the same crash on my simulator (iPhone 15 Pro with iOS 17.4), but it works on my physical device (iPhone 11 pro max with iOS 17.4).
This function: