sindresorhus / LaunchAtLogin-Legacy

Add “Launch at Login” functionality to your macOS app in seconds
MIT License
1.56k stars 122 forks source link

Invalid Provisioning Profile Signature #91

Closed mixtly87 closed 1 year ago

mixtly87 commented 1 year ago

When trying to upload macOS app to AppStore I get an error:

Invalid Provisioning Profile Signature. The provisioning profile included in the bundle XYZ [XYZ.pkg/Payload/MyApp.app] cannot be used to submit apps to the Mac App Store until it has a valid signature from Apple. For more information, visit the macOS Developer Portal. (ID: #####)

s1

Before that when Xcode asks me to set provisioning profile, there is no option for LaunchAtLoginHelper.app

Screenshot 2023-05-05 at 01 50 23

Is there a way to fix this issue? I would like to distribute the app on official MacAppStore which means it should be sandboxed.

sindresorhus commented 1 year ago

The error is not related to LaunchAtLogin.

mixtly87 commented 1 year ago

You're right. I was mislead. Closing.