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

Add extra check for CarPlay window scene #1118

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

datwelk
Copy link

@datwelk datwelk commented Dec 7, 2023

The mainWindow logic does not take into account CarPlay template scenes, causing it to crash when launched from CarPlay.

Exception is as follows: SIGABRT: -[CPTemplateApplicationScene windows]: unrecognized selector sent to instance 0x104d151a0

It crashes because of the assumptions that all UIScene instances are of type UIWindowScene. This PR fixes that.

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

Successfully merging this pull request may close these issues.

None yet

1 participant