-
Notifications
You must be signed in to change notification settings - Fork 322
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
Bagel stopped working on iOS15 #88
Comments
Any idea of a workaround for ios 15? for me bagel framework gives a crash on ios 15.4.1. |
Bagel works if you fork code and fix it up yourself. I am running bagel on iOS 16 right now. |
The objective C code is especially buggy and doesn't work well with Swift's optionality. |
Could you pls help with what exactly should be fixed? |
There seems to be an issue with iOS 15.
Everything works fine on an iOS14 device, but on an iOS15 device the macOS desktop app never receives any events.
All the required keys are added to
info.plist
:The text was updated successfully, but these errors were encountered: