iOS Question [SOLVED] compile error

Maicon

Member
Licensed User
Longtime User
I get this error when compiling my application on b4i

BUILD LOG:
B4i Version: 6.80
Parsing code.    (0.10s)
Building folders structure.    (0.02s)
Running custom action.    (0.26s)
Compiling code.    (0.80s)
Compiling layouts code.    (0.04s)
Compiling debugger engine code.    (3.46s)
Building Xcode project    (0.20s)
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