iOS Question Compile error and was working 10 minutes ago

Humberto

Active Member
Licensed User
Longtime User
I´m using hosted builder and just now start receiving error bellow


B4i Version: 4.80
Parsing code. (0.35s)
Compiling code. (0.73s)
Compiling layouts code. (0.00s)
Building Xcode project (0.58s)
Sending data to remote compiler. Error
Out: Build settings from command line:
ARCHS = armv7 arm64
CODE_SIGN_IDENTITY = iPhone Distribution: Hsp Tecnologia Em Sistemas Ltda Me (D7Q9B66S45)
CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = S O S
PROVISIONING_PROFILE = 6df6507a-6307-4775-b167-b170f6a58687

=== BUILD TARGET B4iProject OF PROJECT B4iProject WITH CONFIGURATION Release ===

Check dependencies
Code Signing Error: No certificate matching 'iPhone Distribution: Hsp Tecnologia Em Sistemas Ltda Me (D7Q9B66S45)' found: Select a different signing certificate for CODE_SIGN_IDENTITY, a team that matches your selected certificate, or switch to automatic provisioning.
Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.2'


Error: ** BUILD FAILED **


The following build commands failed:
Check dependencies
(1 failure)

I don´t know why?
 
Top