Application failed codesign verification?

前端 未结 11 1844
误落风尘
误落风尘 2021-02-03 10:30

I\'m having problems submitting my iphone application. I saw some similar questions, but I didn\'t find an answer.

When I archive the project and click validate, I get t

11条回答
  •  爱一瞬间的悲伤
    2021-02-03 11:06

    Your Build settings appears to have a DEVELOPER certificate for the RELEASE version.

    In order, to validate and submit a binary you've to configure the release version to use a DISTRIBUTION certificate.

    Create and download a Distribution certificate and import it (drag and drop to Xcode).

    Configure the build/release for using the distribution certificate. If you don't see the new distribution certificate as an option for your build, check the AppleID used both for generate the certificate and for your Build settings. They must be the same, otherwise Xcode can't sign your app correctly.

    This will solve your problem.

提交回复
热议问题