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

UIPopoverPresentationController should have a non-nil sourceView or barButtonItem set before the presentation occurs. #230

Open
MathieuAlphamosa opened this issue May 8, 2023 · 6 comments
Labels
bug Something isn't working investigating

Comments

@MathieuAlphamosa
Copy link

Hello!
I'm having the following error popping up from iPad users on my app (via sentry.io)
NSGenericException: UIPopoverPresentationController (<UIPopoverPresentationController: 0x103f0d320>) should have a non-nil sourceView or barButtonItem set before the presentation occurs.

It seems to be related to this: https://stackoverflow.com/a/25644145

@suriksarkisyan
Copy link
Contributor

Hi @MathieuAlphamosa
Could you please explain why do you think this issue is related to our SDK? Which part of our SDK do you use before getting this error?

@MathieuAlphamosa
Copy link
Author

MathieuAlphamosa commented May 8, 2023

I'm using the popover presentation style.

    var config = new QScreenPresentationConfig(QScreenPresentationStyle.popover, true);
    Automations.getSharedInstance().setScreenPresentationConfig(config);

I have the error when the user display this screen.

@github-actions
Copy link
Contributor

This issue is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the awaiting answers There is no activity for a while label May 16, 2023
@github-actions
Copy link
Contributor

This issue was closed because it has been stalled for 5 days with no activity.

@SpertsyanKM SpertsyanKM reopened this May 22, 2023
@github-actions github-actions bot removed the awaiting answers There is no activity for a while label May 23, 2023
@github-actions
Copy link
Contributor

This issue is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the awaiting answers There is no activity for a while label May 30, 2023
@SpertsyanKM SpertsyanKM removed the awaiting answers There is no activity for a while label May 30, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Jun 7, 2023

This issue is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the awaiting answers There is no activity for a while label Jun 7, 2023
@SpertsyanKM SpertsyanKM added bug Something isn't working investigating and removed awaiting answers There is no activity for a while labels Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working investigating
Development

No branches or pull requests

3 participants