Re: Code signature problem

2011-11-29 Thread Don Quixote de la Manvha
I don't know about your framework but a .a file is a static library. Are you sure that you're really linking to it at runtime rather than build time? Perhaps it should be a .dylib for runtime linking, or for build time linking you don't include it in your distribution at all. Sent from my iPh

Code signature problem

2011-11-29 Thread Gideon King
Hi, I'm having a problem with code signatures. My app has about 20 executables in it, all of which I sign using the codesign -f -s command. All of them are signed in exactly the same way, and when I run codesign --verify --verbose, it says they are all valid. When I submit the application to th