iOS Question [SOLVED] Hosted Builder Failure

Andrew (Digitwell)

Well-Known Member
Licensed User
Longtime User
Hi,
I just tried compiling some code with the hosted builder and I am getting the following error.

I haven't changed anything with my configuration. I have tried on several old apps and the error is the same.

B4i version: 4.01
Parsing code. (0.00s)
Compiling code. (0.07s)
Compiling layouts code. (0.01s)
Compiling debugger engine code. (0.67s)
Building Xcode project (0.09s)
Sending data to remote compiler. Error
Out: Build settings from command line:
ARCHS = armv7
CODE_SIGN_IDENTITY = iPhone
CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = JustImageSlider B4i
PROVISIONING_PROFILE = 1e511008-ffc0-4c98-9126-cd26d8cbd437

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

Check dependencies
No certificate matching 'iPhone' for team xxxxxxxxxxx: Select a different signing certificate for CODE_SIGN_IDENTITY, a team that matches your selected certificate, or switch to automatic provisioning.
Code signing is required for product type 'Application' in SDK 'iOS 10.1'


Error: ** BUILD FAILED **


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

Any Idea why this is happening. It was fine yesterday.
 

Andrew (Digitwell)

Well-Known Member
Licensed User
Longtime User
Solved.

It appears my development certificate had expired.
So re-created the cer and mobileprovision files and all now compiles ok.
 
Upvote 0
Top