Application failed codesign verification - over and over again... ugh!!!!!!!

I’m glad it’s working for you now. Sorry for the inconvenience. I agree that this is a stupid bug that needs to get fixed.
[import]uid: 7563 topic_id: 7899 reply_id: 82831[/import]

Would you mind submitting a bug report so we don’t lose track of this? We also might ask you to test this if you don’t mind when we finally track it down since you have a certificate with quotes. Please include a link to this forum thread. [import]uid: 7563 topic_id: 7899 reply_id: 82833[/import]

Just to chime in I’ve had a similar issue with the team profile erroring but ive ignored it as the apps test fine on the device and real distribution builds don’t error and submit fine to the app store. So it’s not a massive deal for people getting the testing errors. Real distribution builds are fine :slight_smile: [import]uid: 33866 topic_id: 7899 reply_id: 82846[/import]

Ewing, I’ve submitted it (with the “Report a Bug” link, not directly to bugs, case #11789)

Thank you for the idea to change account name!

Unfortunately, I’ve removed the certificate with quotes! (
Now I guess you can only ask Apple to help and add quotes to one of your accounts to test this. Sorry about that.

Peach, thank you! [import]uid: 13989 topic_id: 7899 reply_id: 82893[/import]

My company name has a comma in it; this might be the same issue? How did you get Apple to change the name of your company? [import]uid: 122310 topic_id: 7899 reply_id: 83627[/import]

Hey aisaksen - I believe your issue was resolved earlier?

If anyone needs to change a company name they can call Apple and they will be able to assist you.

Peach :slight_smile: [import]uid: 52491 topic_id: 7899 reply_id: 83711[/import]

aisaksen, just called them and asked to remove the quotes from the name.

https://developer.apple.com/contact/phone.php

Good luck! [import]uid: 13989 topic_id: 7899 reply_id: 83771[/import]

FYI, if anyone comes across this same issue, my problem was not the comma, it was having a directory named “resources” in my source tree.

http://developer.anscamobile.com/forum/2012/01/30/application-does-not-have-valid-signature-tried-everything-forums

[import]uid: 122310 topic_id: 7899 reply_id: 83778[/import]

Hi guys,
I was really disappointed with this error while uploading build in the Application loader "Application failed codesign verification.The signature was invalid or it was not signed with the Iphone distribution certificate.
I started deleting the provisioning profile and certificate multiple times,reinstalling the xcode etc.but didnt make sense.
Finallly I reviewed my code and found that because of I created the folder of sound inside the project folder gives the above issue.
e.g
Project folder–>sound folder–>a.mp3
replaces with
project folder–>a.mp3

I dont know what kind of issue is this of folder inside folder but after removing the sound folder my build gets uploaded on app store. so sometimes it cannot be provisioning profile or certificate error.
thanks and regards
Nilesh

[import]uid: 95072 topic_id: 7899 reply_id: 135713[/import]

Please file a bug report with a small sample project that demonstrates the problem. I don’t think I’ve seen this cause problems before. Have you tried changing the name of your folders in case they are reserved names?

Thanks,
Tom [import]uid: 7559 topic_id: 7899 reply_id: 135716[/import]

Hi Tom,
My codes folder structure was as given below before uploading
PreschoolAqua–>Group_1–>a.mp3
and my current code structure after uploading the build
PreschoolAqua–>a.mp3
so according to my concern Group_1 is not a reserved keyword
I will definitely file a bug report for that.
thanks for the reply.
thanks and regards
Nilesh

[import]uid: 95072 topic_id: 7899 reply_id: 135723[/import]

Hi guys,
I was really disappointed with this error while uploading build in the Application loader "Application failed codesign verification.The signature was invalid or it was not signed with the Iphone distribution certificate.
I started deleting the provisioning profile and certificate multiple times,reinstalling the xcode etc.but didnt make sense.
Finallly I reviewed my code and found that because of I created the folder of sound inside the project folder gives the above issue.
e.g
Project folder–>sound folder–>a.mp3
replaces with
project folder–>a.mp3

I dont know what kind of issue is this of folder inside folder but after removing the sound folder my build gets uploaded on app store. so sometimes it cannot be provisioning profile or certificate error.
thanks and regards
Nilesh

[import]uid: 95072 topic_id: 7899 reply_id: 135713[/import]

Please file a bug report with a small sample project that demonstrates the problem. I don’t think I’ve seen this cause problems before. Have you tried changing the name of your folders in case they are reserved names?

Thanks,
Tom [import]uid: 7559 topic_id: 7899 reply_id: 135716[/import]

Hi Tom,
My codes folder structure was as given below before uploading
PreschoolAqua–>Group_1–>a.mp3
and my current code structure after uploading the build
PreschoolAqua–>a.mp3
so according to my concern Group_1 is not a reserved keyword
I will definitely file a bug report for that.
thanks for the reply.
thanks and regards
Nilesh

[import]uid: 95072 topic_id: 7899 reply_id: 135723[/import]