Development Team Required
Opened this issue · 1 comments
bennokress commented
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 commented
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.