【问题标题】:codesign plugins for mac appmac app 的 codesign 插件
【发布时间】: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"

【问题讨论】:

标签: xcode xcode5 code-signing codesign


【解决方案1】:

我们必须单独对插件进行代码设计:

codesign --deep --verbose --force --sign "Developer ID Application" Plugins/Flash\ Player.plugin

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2012-07-18
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-02-15
    • 2011-11-23
    • 1970-01-01
    相关资源
    最近更新 更多