Re: Code signature problem
Re: Code signature problem
- Subject: Re: Code signature problem
- From: Don Quixote de la Manvha <email@hidden>
- Date: Tue, 29 Nov 2011 19:13:57 -0800
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 iPhone
On Nov 29, 2011, at 5:26 PM, Gideon King <email@hidden> wrote:
> 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 the app store, it says that two of the signatures are missing or invalid. One is on one of my frameworks and the other one is on a .a file.
>
> How can I work out what is going wrong with the signature on these two files, given the fact that they pass verification and are signed the same way as the ones that are accepted?
>
>
> Thanks
>
> Gideon
>
>
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden