Xcode 10.2-openbakery gradle插件生成错误-为产品类型“应用程序”签名二进制文件时,空标识无效

时间:2019-04-08 18:00:45

标签: ios gradle xcode10.2

尝试构建项目时出现以下错误。任何帮助将非常感激。谢谢

我正在使用-

org.openbakery:xcode-plugin:0.15.4.develop.+
gradle 5.3.1
Xcode 10.2

Build settings from command line:
    CODE_SIGN_IDENTITY =
    CODE_SIGNING_REQUIRED = NO
    DSTROOT = /Users/milfar/build/client/build/dst
    OBJROOT = /Users/milfar/build/client/build/obj
    SHARED_PRECOMPS_DIR = /Users/milfar/build/client/build/shared
    SYMROOT = /Users/milfar/build/client/build/sym

    note: Using new build system
    note: Planning build
    note: Constructing build description
    Build system information
    error: An empty identity is not valid when signing a binary for         the product type 'Application'. (in target 'RRiOSClient')

** BUILD FAILED **

1 个答案:

答案 0 :(得分:5)

我有同样的错误。新增中 additionalParameters = "CODE_SIGNING_ALLOWED=NO" xcodebuild的{​​{1}}一步对我有用。