Application failed codesign verification

后端 未结 9 1497
北海茫月
北海茫月 2021-01-05 07:57

I\'m getting the following error when trying to submit my app to the app store. I went through the initial provisioning process and am able to run the app on my phone so not

9条回答
  •  梦毁少年i
    2021-01-05 08:16

    This error can also be caused if you incorrectly configured your application's "entitlements". A good place to check is for a warning in Xcode's Log Navigator (last page in left tab) and ensure that there is a green tick next to both the CodeSign and Validate steps in the build log when you Archive your project.

提交回复
热议问题