iOS Question Hosted Builder Error

yaldineh

Member
Licensed User
Longtime User
I am getting intermittent errors trying to compile on the secondary server. Any suggestions? The primary server never worked for me.

B4i Version: 7.00
Parsing code. (0.08s)
Building folders structure. (0.15s)
Compiling code. (0.23s)
Building designer app. (0.10s)
Building Xcode project. (0.14s)
Preparing project for builder. (0.85s)
Project size: 2.89 MB
Sending data to remote compiler. Error
Out: Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild clean

note: Using new build system
error: Could not delete `/Users/erel/Documents/UploadedProjects/<user id>/build` because it was not created by the build system.


Error: ** CLEAN FAILED **
 
Last edited:

yaldineh

Member
Licensed User
Longtime User
This is what I get from the Primary server

B4i Version: 7.00
Parsing code. (0.22s)
Building folders structure. (0.10s)
Compiling code. (0.94s)
Building designer app. (0.23s)
Building Xcode project. (0.30s)
Preparing project for builder. (2.24s)
Project size: 2.89 MB
Sending data to remote compiler. Error
Error: security: SecKeychainDelete: The specified keychain could not be found.
...


Error: ** BUILD FAILED **


The following build commands failed:
CodeSign /Users/administrator/Documents/UploadedProjects/<user id>/Payload/B4i-Bridge.app
(1 failure)
 
Last edited:
Upvote 0

yaldineh

Member
Licensed User
Longtime User
Any idea why the secondary server started giving me the error

error: Could not delete `/Users/erel/Documents/UploadedProjects/<user id>/build` because it was not created by the build system.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
It is very strange that it consistently fail on one of the builders. I would have guessed that there is a problem with the certificate or provision profile but I'm not certain.

error: Could not delete `/Users/erel/Documents/UploadedProjects/<user id>/build` because it was not created by the build system.
This error can sometime happen when the xcode compiler locks a file. It will resolve automatically after an hour or two. The standard solution is to switch to the second builder.

Send me a private message with your user id.
 
Upvote 0

milan-santelj

New Member
Licensed User
It is very strange that it consistently fail on one of the builders. I would have guessed that there is a problem with the certificate or provision profile but I'm not certain.


This error can sometime happen when the xcode compiler locks a file. It will resolve automatically after an hour or two. The standard solution is to switch to the second builder.

Send me a private message with your user id.
 
Upvote 0

Karsten Madsen

Member
Licensed User
B4i Version: 7.00
Parsing code. (0.06s)
Building folders structure. (0.04s)
Compiling code. (0.14s)
Compiling layouts code. (0.01s)
Compiling debugger engine code. (2.61s)
Building Xcode project. (0.26s)
Preparing project for builder. (0.06s)
Project size: 0.28 MB
Sending data to remote compiler. Error
Out: Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild clean

note: Using new build system
error: Could not delete `/Users/administrator/Documents/UploadedProjects/<user id>/build` because it was not created by the build system.


Error: ** CLEAN FAILED **

I get i constantly
 
Upvote 0

Karsten Madsen

Member
Licensed User
I switched - it helped - now my b4i bridge don't start up, so I deleted it on my ipad, but now i cannot find the b4i bridge again - from where do I install. I followed your tutorial, but you type in an ip-address, but my hosted build server does not have an ip-adress ? Where do I find the bridge b4i install ?
 
Upvote 0
Top