We are building out app on a Azure Devops CI server.
Therefore we are using the Xcode@5 Task, which results in the following command:
/usr/bin/xcodebuild -workspace /Redacted/project.xcworkspace -scheme Redacted archive -sdk iphoneos -configuration Release -archivePath Redacted.xcarchive CODE_SIGN_STYLE=Manual CODE_SIGN_IDENTITY=Redacted PROVISIONING_PROFILE=Redacted PROVISIONING_PROFILE_SPECIFIER=
This is (one of) the output / failures:
Redacted/Package.swift: error: Redacted does not support provisioning profiles. Redacted does not support provisioning profiles, but provisioning profile Redacted has been manually specified. Set the provisioning profile value to "Automatic" in the build settings editor. (in target __'Redacted'__ from project 'Redacted').
So, there seems to be an error while signing contained swift packages.
With Xcode 13.4.1 the command is working. Any ideas what is going wrong here?
4
1
4.4k