iOS Question Can't Compile

cwt

Active Member
Licensed User
Longtime User
All of a sudden, out of the blue, I cannot compile my iOS app in debug - get the below error message:

B4i Version: 6.80
Parsing code. (0.26s)
Building folders structure. (0.12s)
Running custom action. (0.02s)
Compiling code. (1.62s)
Compiling layouts code. (0.08s)
Compiling debugger engine code. (0.03s)
Building Xcode project (0.21s)
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 **
 
Top