Has code signing changed on Hybrid builds (for iOS)?

We are suddenly getting a code signing error for our builds:

Code Signing Error: MSeries has conflicting provisioning settings. MSeries is automatically signed, but provisioning profile 182e1aec-a0de-429a-a991-ad17fd954408 has been manually specified. Set the provisioning profile value to "Automatic" in the build settings editor, or switch to manual signing in the project editor.
Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.0'

We struggled with the opposite error a few months ago and went through the hassle of changing all of our provisioning profiles to be manually specified. Now we are seeing the above error which makes us think we are going to have to recreate “Automatically” provisioned certs and apply those everywhere.

Solution: It turns out to be an issue with cordova-ios adding auto provisioning as a default. Not certain of the solution yet.

Hi @bayssmekanique,

Can you please copy paste the related bitrise.io build’s URL? We need the logs / more info to be able to help as quickly as possible :slight_smile: