Application failed codesign verification annoying error!
I have looked at so many posts about this but nothing helps. I开发者_开发知识库t is the error in application loader and in xcode:
Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate. (-19011)
There are many possible causes of the -19011 code verification error (as evidenced by the dozens of near identical stackoverflow questions about it). The specific cause is hinted at in the detail of the message (see Apple Technical note TN2250 advice on the -19011 issue for details)
In my case the error detail contained the phrase "Failed to load provision profile from:" after which I discovered that having spaces or special characters in the app OR the xcode scheme name can cause codesign verification fail.
精彩评论