Skip to content
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

Development Team Required #393

Open
bennokress opened this issue Feb 12, 2024 · 1 comment
Open

Development Team Required #393

bennokress opened this issue Feb 12, 2024 · 1 comment

Comments

@bennokress
Copy link

After upgrading DeviceKit (via SPM) to any version newer than 5.1.0 our CI/CD (fastlane on Jenkins) throws the following error:

…/checkouts/DeviceKit/Package.swift: error: Signing for "DeviceKit_DeviceKit" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'DeviceKit_DeviceKit' from project 'DeviceKit')

Using 5.1.0 everything is fine, but I don't see what could cause this when looking at the changelog.

@xernaj
Copy link

xernaj commented Sep 4, 2024

Did you ever work it out? The package contains an xcproj with a blank DevelopmentTeam setting. There's a thread about something similar here: https://forums.swift.org/t/xcode-14-beta-code-signing-issues-when-swiftpm-targets-include-resources/59685/36.

I worked around this by going with Cocoapods instead of SPM. My podfile already contains a setting to change CODE_SIGNING_ALLOWED=NO for pod projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants