Azure Devops Pipelines - Xcode project with multiple provisioning profiles fails archive and sign

后端 未结 3 1056
别跟我提以往
别跟我提以往 2020-12-20 03:31

I\'m new to DevOps so please go easy on me if I\'ve missed something basic :)

I’m using the following in Azure Pipelines: Hosted MacOS with an Xcode Build Agent (Xcod

3条回答
  •  庸人自扰
    2020-12-20 04:00

    it turns out after closer inspection the development certificate I had been using was the wrong one (there were a few on my Mac). I swapped this for the appropriate version and the issues went away.

    I can now successfully build, archive and sign.

    Hopefully this helps someone.

    Andrew

提交回复
热议问题