Code signing is required for product type 'Application' in SDK 'iOS 11.3 when build using VSTS

931 Views Asked by At

i tried to make build using VSTS but get failed build because code signing required, although switch to Manual signing and fill Signing identity = $(APPLE_CERTIFICATE_SIGNING_IDENTITY) Provisioning profile UUID = $(APPLE_PROV_PROFILE_UUID) and same error

1

There are 1 best solutions below

0
Semtex On

I had the same problem.

I had Manual Signing enabled and also had the Export Options set to Specified (with TeamID and ​Export Method set).

I changed the Export Options to Automatic and the task was able to select what was defined in the provision profile I have installed earlier (via a task).

-S