Я получаю сообщение об ошибке ниже, когда пытаюсь построить свой проект. Любая помощь приветствуется. Спасибо
Я использую -
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 **