Friend-LGA / LGSideMenuController

iOS view controller which manages left and right side views
MIT License
2.05k stars 331 forks source link

Thread 1: "Invalid parameter not satisfying: source" #192

Open takasurazeem opened 2 years ago

takasurazeem commented 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?
ahmedayoub95 commented 6 months ago

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).