xcode - codesign plugins for mac app -
xcode - codesign plugins for mac app -
following article, i'm running codesign frameworks. however, i'm still getting codesign error plugins.
/.../applications/myapp.app: code object not signed @ in subcomponent: /.../myapp.app/contents/plugins/flash player.plugin command /usr/bin/codesign failed exit code 1
how should add together codesign command plugins? tried various directories/files, didn't work:
codesign --verbose --force --sign "$identity" "$plugins_location/flash player.plugin"
we had codesign plugin separately:
codesign --deep --verbose --force --sign "developer id application" plugins/flash\ player.plugin
xcode xcode5 code-signing codesign
Comments
Post a Comment