iOS Question Build B4i-Bridge App Failed with xcode 9 and B4i 4.81

Peter Yeung

Member
Licensed User
Longtime User
B4i Version: 4.81
Parsing code. (0.00s)
Compiling code. (0.03s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. (1.12s)
Building Xcode project (0.26s)
Sending data to remote compiler. Error
Out: Build settings from command line:
ARCHS = arm64
CODE_SIGN_IDENTITY = iPhone Distribution: Chun Kit Peter Yeung (LQS23DD637)
CONFIGURATION_BUILD_DIR = /Users/Peter/Documents/B4i/B4iBuildServer/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = B4i Example
PROVISIONING_PROFILE = 976097e2-ee77-42df-8411-31b9ab29e452

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

Check dependencies
Code Signing Error: No profile matching '976097e2-ee77-42df-8411-31b9ab29e452' found: Xcode couldn't find any provisioning profiles matching '976097e2-ee77-42df-8411-31b9ab29e452'. Install the profile (by dragging and dropping it onto Xcode's dock item) or select a different one in the General tab of the target editor.
Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.3'


Error: ** BUILD FAILED **


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

Tom2525

Member
Licensed User
Longtime User
I have the same problem. I was able to compile apps yesterday and the only thing I did was update to Xcode 9.3. I now get the error below.

B4X:
B4i Version: 4.81
Parsing code.    (0.07s)
Compiling code.    (0.60s)
Compiling layouts code.    (0.26s)
Compiling debugger engine code.    (1.74s)
Building Xcode project    (0.27s)
Sending data to remote compiler.    Error
Out: Build settings from command line:
    ARCHS = arm64
    CODE_SIGN_IDENTITY = iPhone Developer: xxxxxxxx
    CONFIGURATION_BUILD_DIR = /Users/MBP/Desktop/Electronics/Apple/macserver/UploadedProjects/<user id>/Payload
    OTHER_CODE_SIGN_FLAGS = --keychain <user id>
    PRODUCT_NAME = Wi-Score
    PROVISIONING_PROFILE = d195a7c5-7f75-4a42-8ead-e013f6e10df8

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

Check dependencies
Code Signing Error: No profile matching 'd195a7c5-7f75-4a42-8ead-e013f6e10df8' found:  Xcode couldn't find any provisioning profiles matching 'd195a7c5-7f75-4a42-8ead-e013f6e10df8'. Install the profile (by dragging and dropping it onto Xcode's dock item) or select a different one in the General tab of the target editor.
Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.3'


Error: ** BUILD FAILED **


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