LaunchAtLogin-Modern
LaunchAtLogin-Modern copied to clipboard
No longer works in macOS 15 Sequoia
Get this error in xcode: Failed to enable launch at login: The operation couldn’t be completed. Operation not permitted
Anyone else noticing the same ?
working fine for me on sequoia
Not working anymore when used in a project build with Xcode 16.0. The application icon appears in the Dock, but you have to click it to start the application.
it does work fine for me in xcode but maybe not so much in the production build. some users seem to be having issues
It doesn't always work. Most of the time it does, but sometimes it doesn't.
For projects built with Xcode 16.0 this way of starting at login is therefore unreliable.
I think it's a problem that Apple needs to fix.
The error is coming from the system API that this package wraps, so there is nothing to do here.
The application icon appears in the Dock, but you have to click it to start the application.
I have the same problem, have you solved it?