Skip to content
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

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

Open
takasurazeem opened this issue Feb 1, 2022 · 1 comment
Open

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

takasurazeem opened this issue Feb 1, 2022 · 1 comment

Comments

@takasurazeem
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants