Validation/Submission error: Application failed codesign verification

淺唱寂寞╮ 提交于 2019-12-04 14:00:32

Ok, fixed this... I wish I'd tried this sooner, as it would've saved me many hours today!

It seems that the App Store provisioning file for this app was somehow corrupt - not on my Mac, but on Apples servers.. I downloaded it many times today, with no luck. I just discovered that selecting the Ad-Hoc profile during Validation worked, which led me to believe it was specific to the App Store one. So I deleted the App Store provisioning file from the iOS dev dashboard, then recreated it, downloaded it, and it worked!

Before I deleted it, I edited it, and everything was set correctly, and the expiration date was 6 months from now, so I can only assume something was broken Apple's side (even though I'm sure this same file worked in the past!) :-(

I also have the same problem. All my provisioning Profiles, Certificates, Bundle Identifier every thing was perfect. Except My Apps Executable file Name in Info.Plist and Product Name in Target Build Settings was slightly different. And just because of that codesign_wrapper was not able locate Provisioning. I spend nearly one day to figure this out.

So Please do one check App Product Name is have to be same with your Executable file in Info.Plist.

I have a very similar problem, but in my case my distribution profiles keep disappearing from my system. So when an application specific distribution profile disappear Xcode picks up another one (wildcard, iPhone developer, etc.) which is not correct. Everything looks fine except I get this error.

My solution was that I downloaded all of my code signing profiles from Apple. I saved them in a directory and whenever one "disappears" I just have to double click the correct profile to add it to Xcode and update "release" entry in Code Signing Identity in plist.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!