Application failed codesign verification

后端 未结 9 1395
北海茫月
北海茫月 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".

    0 讨论(0)
  • 2021-01-05 08:22

    Set the provisioning profile for both Project and Active Target.

    Click Project -> Edit Project Settings change the code signing entity Click Project ->Edit Active Target and change the same code signing entity here as well.

    You should be good to go.!

    0 讨论(0)
  • 2021-01-05 08:26

    Here is one solution not listed that turned out to be my problem (and took me 3 days to find!). Set your Archive Build Configuration to Release. You can do this by going into PRODUCT -> EDIT SCHEME -> ARCHIVE -> BUILD CONFIGURATION -> SET TO RELEASE.

    Good Luck!

    0 讨论(0)
提交回复
热议问题