views:

78

answers:

0

I can compile and install (on the iphone) several of the apps I've written.

I have 1 generic "*" certificate for developing any app. (It expires in 6 days)

I have individual "com.site.appName" for distributing each app.

But there's this 1 app, that just started giving:

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

I only get the above error when I try using "device + release" setting.

It still can be installed on the phone... and seems to run fine. (Isn't that impossible if isn't not code-signed?)

When I try "device + debug" or "device + distribute", there's no signing error at all. (So I know I have SOMETHING set correctly.)

I assume all this means I have something set wrong in my "project info + device + release" values. (But where????)

Or I should I be checking my "target info + device + release" values instead?