Xcode 9 code signing issues

Getting:

Code Signing Error: Provisioning profile "..." is Xcode managed, but signing settings require a manually managed profile.
Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.0'

Wasn’t seeing this for Xcode 8.*

Thanks for reporting @shaddeen!

We’ll fix this asap, in the meantime can you please try this workaround? Xcode 9 GM - Failed to create target code sign properties mapping, error

Let us know if that wouldn’t help or if you have any questions! :blush:

Hi @shaddeen ,
we released a new version of xcode-archive the step: 2.3.2.
Please update the step in your workflows and do not forget to update Certificate and Profile Installer step to the latest version (1.9.0) as well.
Let us know how it works for you!

1 Like

Still failing unfortunately

1 Like

Hi @shaddeen,

based on your log:

Code Signing Error: Provisioning profile "XC: *" is Xcode managed, but signing settings require a manually managed profile.
Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.0'

It seems in your project you set Manual code singing, but you uploaded an Xcode managed profile (which is for app-store exports).
For successful archive you would need to upload the code sign files you set in your project and also for ipa export you would need a manual provisioning profile (if use manual profile for archive you only can use manual profile for ipa export).

Sorted. For anyone else, here’s a good read.

Thanks!


Link: Xcode 9: Provisioning profile is Xcode managed, but signing settings require a manually managed profile

1 Like

Thanks for reporting @shaddeen! :slight_smile: