On Tue, 29 Oct 2013 22:30:47 +0100, Graham Cox said:

>Having just updated to Xcode 5.0.1, I can’t build one of our apps
>because it uses the Sparkle framework, which isn’t codesigned.
>Previously this wasn’t an issue but it seems Xcode is being a bit
>stricter than before.
>
>Is there a way I can codesign this module using my own credentials? I
>have little experience of dealing with these issues, most of the time I
>just hope it works and it does, but now it doesn’t I’m in a very tight
>spot.  - I can’t easily downgrade to the older Xcode and I need this app
>built by tomorrow!

You can sign anything, ex:

codesign --sign "Developer ID Application: Rogue Research Inc." 
/path/to/Sparkle.framework/Versions/A

Cheers,

-- 
____________________________________________________________
Sean McBride, B. Eng                 s...@rogue-research.com
Rogue Research                        www.rogue-research.com 
Mac Software Developer              Montréal, Québec, Canada

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to