sindresorhus / LaunchAtLogin-Legacy

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

Signing for "LaunchAtLogin_LaunchAtLogin" requires a development team in xcode 14 #85

Closed arielelkin closed 1 year ago

arielelkin commented 1 year ago

Hello,

My archives fail on Xcode 14.1 with this error:

~/myapp/derived_data/SourcePackages/checkouts/LaunchAtLogin/Package.swift: error: Signing for "LaunchAtLogin_LaunchAtLogin" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'LaunchAtLogin_LaunchAtLogin' from project 'LaunchAtLogin')

I have a development team selected in my target's Signing and Capabilities section...

ukushu commented 1 year ago

This is absolultely sure issue of your project or your XCode, but not of this package.

Try to update XCode to 14.2

and doublecheck the following settings:

enter image description here

Also this link can be helpful: https://github.com/sindresorhus/LaunchAtLogin/issues/47