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
Thanks