IMPORTANT: Update old versions of Certificate and Profile Installer step or it might break your builds!

If you still use our Certificate and Profile Installer step with version 1.8.9 or older, you will now need to upgrade the step to at least 1.9.0 (though newer releases are even more advised). If you don’t, you will see your builds failing from next week on due to the reason that we won’t populate environment variables BITRISE_CERTIFICATE_URL, BITRISE_CERTIFICATE_PASSPHRASE, BITRISE_PROVISION_URL anymore if you have not uploaded any build certificate / provisioning profile files. Earlier versions of the step expect to find the iOS Wildcard code signing files here in case there are no uploaded code signing files.

With 1.7.x version of the step you get an error like:

=> Downloading provisioning profile: 1/2
   Downloading () to (/var/folders/lb/8n5bn9k975qgw662jpqdy7mm0000gn/T/bitrise-cert-tmp172035357/profile-0.mobileprovision)
Get : unsupported protocol scheme ""
-> Retrying...
Get : unsupported protocol scheme ""
-> Retrying...
Get : unsupported protocol scheme ""
Download failed, err: Get : unsupported protocol scheme ""
2 Likes

Sounds like an iOS only thing

It is indeed :wink: