iOS Question Build Error

rkmoray

Active Member
Licensed User
Longtime User
I have purchased the b4i wit the hosted builder.
I have followed the videos for both certificate and B4i bridge.
When I try to compile my first example app, I get the following error, and I don't know why
B4i Version: 4.81
Parsing code. (0.00s)
Compiling code. (0.02s)
Building designer app. (0.01s)
Building Xcode project (0.17s)
Sending data to remote compiler. Error
Out: Build settings from command line:
ARCHS = armv7 arm64
CODE_SIGN_IDENTITY = iPhone Distribution: Rick Morayniss (xxxxxx)
CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = B4i-Bridge
PROVISIONING_PROFILE = dbf18ab9-2a87-4c89-bcbd-be215xxxxxx
=== BUILD TARGET B4iProject OF PROJECT B4iProject WITH CONFIGURATION Release ===
Check dependencies
Code Signing Error: Provisioning profile "default" doesn't include any certificate for which the matching private key is installed in the keychain.
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)
 
Top