Application failed codesign verification

后端 未结 9 1491
北海茫月
北海茫月 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条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-05 08:22

    For the Xcode build warning or Archive Validation error "Application failed codesign verification", see Apple's complete list of potential causes for this problem at "How do I resolve the error: Application failed codesign verification?".

    For the error "A valid provisioning profile for this executable was not found", typically this error occurs while attempting to run your app on device thru Xcode yet you mentioned that you're uploading the app to the store? Ensure that you're following the recommended steps for uploading your iOS app to the store using "Steps to submit your app to the App Store".

    For others receiving the error "A valid provisioning profile for this executable was not found" check that you're following Apple's recommended steps for running on device thru Xcode at "Steps to run your app on device thru Xcode".

提交回复
热议问题