在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命令?尝试了各种目录/文件,但没有工作:
codesign --verbose --force --sign "$IDENTITY" "$PLUGINS_LOCATION/Flash Player.plugin"
答案 0 :(得分:0)
我们必须单独对插件进行编码:
codesign --deep --verbose --force --sign "Developer ID Application" Plugins/Flash\ Player.plugin