【发布时间】:2014-10-10 03:10:12
【问题描述】:
按照article,我正在为所有框架运行代码设计。但是,我仍然收到插件的代码设计错误。
/.../Applications/MyApp.app: code object is not signed at all
In subcomponent: /.../MyApp.app/Contents/PlugIns/Flash Player.plugin
Command /usr/bin/codesign failed with exit code 1
我应该如何为插件添加代码设计命令?尝试了各种目录/文件,但没有奏效:
codesign --verbose --force --sign "$IDENTITY" "$PLUGINS_LOCATION/Flash Player.plugin"
【问题讨论】:
-
原谅我们的无知...什么文章?
-
@jww 链接在开头行:furbo.org/2013/10/17/code-signing-and-mavericks
标签: xcode xcode5 code-signing codesign