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

Crash on iOS 18.2 #25

Open
adamcichy opened this issue Dec 19, 2024 · 0 comments
Open

Crash on iOS 18.2 #25

adamcichy opened this issue Dec 19, 2024 · 0 comments

Comments

@adamcichy
Copy link

LocalConsole crashes under iOS 18.2 due to some private API changes made by Apple. There is no more "backgroundLuminence" key in the class, probably the property was removed.

pillView.setValue(1, forKey: "background" + "Luminance")

Removing this line makes it work again, I've done it on my fork and it works fine without that line.

main...adamcichy:LocalConsole:main

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

1 participant