开发者

iOS compiling gives codesigning error

开发者 https://www.devze.com 2023-01-29 14:59 出处:网络
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)

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消