iOS Question [Solved] Problem running local builder

AymanA

Active Member
Licensed User
Hi All,

I ma trying to use B4I with local mac builder, I have my xcode on my desktop and I have switched the path of the App to the desktop, so all is good with this part.

But when I try to run B4i it returns the error below:

B4X:
Sending data to remote compiler.    Error
Out: Command line invocation:
    /Users/myname/Desktop/Xcode.app/Contents/Developer/usr/bin/xcodebuild clean

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


Error: ** CLEAN FAILED **

On mac terminal the below appears:

B4X:
Build server is ready
https://192.168.124.128:51042
http://192.168.124.128:51041
Build server version: 6.80
success: true, 65
11:42:33| Compilation time: 10277, b4i_default, queue: 0, success: false
success: true, 65

Thanks for your help in advance!
 

AymanA

Active Member
Licensed User
ok I have moved build directory:
/Users/myname/Desktop/B4iBuildServer/UploadedProjects/<user id>/build
Restarted the builder and now working fine
 
Upvote 0
Top