Can I choose a Code signing team without pushing the .xcworkspace-file

Any time :wink:

Hi @kungnattis,

actually the new build config json format does not contain the provisioningProfile node and we were not able to successfully archive and build a cordova project using the new format. But the old one (containing the provisioningProfile node) works great (with xcode 9).

In your case the issue is that you provided an xcode managed profile for the Generate Cordova Build Configuration step, but your project would require a non xcode managed profile. So just generate the desired profile on the developer portal and provide its uuid to the build.json generator step.

1 Like