I am trying to build my application and I get the following:
Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate. (-19011)
My configuration is set as "debug" and in my project properties, on the build tab, I have a profile selected under the code signing identity. And in parenthesis in light gray text says "currently mat开发者_开发知识库ches 'iPhone Developer..."
But, if I click "build and run," even though I get the error, the application still runs on my device.
Why am I getting this warning? Ideas? It is a brand new profile that I just created and stuck in XCode.
Try a 'build and clean'. That often solves my problems with code signing errors.
精彩评论