iOS Question Could not delete using hosted builder

Bryan Joyce

Member
Licensed User
Longtime User
I am new to B4i so sorry if this is something obvious. I was able to build but suddenly I started getting this error every time I try to build. It is the same code that was working previously.

B4i Version: 7.00
Parsing code. (0.04s)
Building folders structure. (0.08s)
Running custom action. (0.07s)
Compiling code. (0.32s)
Compiling layouts code. (0.02s)
Compiling debugger engine code. (1.89s)
Building Xcode project. (0.53s)
Preparing project for builder. (0.34s)
Project size: 1.30 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 **
 

Bryan Joyce

Member
Licensed User
Longtime User
It was working again normally this morning without having to change to the secondary builder. Thanks for the help Erel.
 
Upvote 0
Top