0

"Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate. (-19011)”

I get this error when trying to upload my app through the Application Loader.

Any ideas whats wrong and how I can sort it?

Adam

Adam H
  • 1,521
  • 2
  • 16
  • 19
  • 1
    Searching inside SO as well as using google will supply a plethora of troubleshooting ideas - this is a common problem, you just have to figure out which solution belongs to you :) – KevinDTimm Jan 11 '11 at 20:50

2 Answers2

1

You can check your configuration in this iPhone development forum topic

AShelly
  • 34,686
  • 15
  • 91
  • 152
Michaël
  • 6,676
  • 3
  • 36
  • 55
  • This is for iPhone apps. I think Adam is talking about Mac Apps which require use of two different certificates and no entitlements.plist – epatel Jan 11 '11 at 20:55
0

I've seen this error pop-up due to XCode 4.x incorrectly handling schemes whose names contain spaces

Jaysen Marais
  • 3,956
  • 28
  • 44