Page 1 of 1

Sign VLCKit Mac App Store

Posted: 18 Nov 2013 18:47
by soullessff
Hi,

I compile VLCKit from Terminal (OS X 10.9). However it's impossible to do it using Xcode 5.

My application will be sandboxed so I need sign VLCKit too. I compile the project from Shell and all perfect. But when I open the project in Xcode, add my developer sign, come back to Terminal and compile it... I got this error:

Code: Select all

CodeSign build/Debug/VLCKit.framework/Versions/A cd /Users/Soulless/Desktop/VLCKit setenv CODESIGN_ALLOCATE /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate Using code signing identity "Mac Developer: Soulless (M12XGG46A)" /usr/bin/codesign --force --sign 26FD40F89A79CED27758EFBC31BACDCFD46CCAF9 /Users/Soulless/Desktop/VLCKit/build/Debug/VLCKit.framework/Versions/A /Users/Soulless/Desktop/VLCKit/build/Debug/VLCKit.framework/Versions/A: code object is not signed at all In subcomponent: /Users/Soulless/Desktop/VLCKit/build/Debug/VLCKit.framework/Versions/A/VLCKit Command /usr/bin/codesign failed with exit code 1
Could anybody say me how I can sign VLCKit?

Thanks

Re: Sign VLCKit Mac App Store

Posted: 22 Jan 2014 17:42
by guidupuy
Having this exact issue... Did you find a solution to this?

Re: Sign VLCKit Mac App Store

Posted: 30 Jan 2014 00:19
by soullessff
Nop :(

Re: Sign VLCKit Mac App Store

Posted: 30 Jan 2014 12:11
by Jean-Baptiste Kempf
Are you sure you should sign the Debug version?

Re: Sign VLCKit Mac App Store

Posted: 30 Jan 2014 12:58
by fkuehne
We did never shipped a signed variant of VLCKit for the Mac, so there may be modifications needed.

Did you actively sign VLCKit? Note that you might need modify the xcodeproj for this and add a signing phase to the build process…

Re: Sign VLCKit Mac App Store

Posted: 05 Mar 2014 01:23
by soullessff
Hi,

Absolutely sure Jean. If you want use VLCKit in your OS X application, when you try to compile signing this application, it force to sign the frameworks too.

Felix, I got compile VLCKit in Terminal. Then I try to change the configuration file and add the sign process… but it doesn't work.

I love this project, it's awesome. But, honestly, clone and compile VLCKit in Xcode is a hell. It's impossible, the wiki is really limited and if anyone open the xcodeproj, select "compile everything" target and try compile… appear hundreds of errors. I've wasted weeks trying solved. So, imagine compile adding signed. :cry:

Re: Sign VLCKit Mac App Store

Posted: 06 Apr 2014 19:40
by soullessff
This blog explains a lot of details of this problem.

http://furbo.org/2013/10/17/code-signing-and-mavericks/

I've tried the solution but I got "failed with exit code 1" :-(

This stackoverflow question may be usefull too

http://stackoverflow.com/questions/1726 ... ned-at-all