-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
App won't start at login #65
Comments
I can confirm that i experience the same. The Package seems fine,
I also build another fresh app and added the workflow with all settings myself which is also not working with the same result. Simply no launch after login XCode 13.2 on BigSur 11.6.1 |
This is keeping me on Xcode 12.4. |
I was able to get the mechanism to work yesterday after upgrading to macOS 11.6.2 I discovered, that |
Same problem with me . |
Created a new project with a fresh bundle id to avoid zombie instances of the app.
This is my code:
I've run it in debugging mode.
I can see that
isEnabled
returns true even after restarting the app.Also, running
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -dump
will include the fresh bundle id but yet when restarting my machine, the app won't launch.How else can I debug this?
Edit: Seems like the issue is when compiled on Xcode Version 13.0 beta 5
The text was updated successfully, but these errors were encountered: