Profile doesn't match the entitlements file's value for the application-identifier entitlement

前端 未结 23 1877
灰色年华
灰色年华 2020-12-13 03:11

I am trying to upload an app to the app store and I am getting this error on the page that has the certs. As far as I can tell I have changed the field so they have matched,

23条回答
  •  爱一瞬间的悲伤
    2020-12-13 03:47

    In my case the issue was following: provisioning profile used for build step was created for different app id than provisioning profile used for export step.

    So make sure you're using the same provisioning profile for build and export step.

提交回复
热议问题