iOS Question Error when i bulid

ibra939

Active Member
Licensed User
Longtime User
i make CLEAN but still error :

B4i Version: 8.90
Parsing code. (0.03s)
Building folders structure. (0.05s)
Compiling code. (0.05s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. (0.05s)
Building Xcode project. (0.22s)
Preparing project for builder. (0.16s)
Project size: 0.46 MB
Sending data to remote compiler. Error
Out: Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild clean

User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES

error: Could not delete `/Users/administrator/Documents/UploadedProjects/<user id>/build` because it was not created by the build system.
note: To mark this directory as deletable by the build system, run `xattr -w com.apple.xcode.CreatedByBuildSystem true /Users/administrator/Documents/UploadedProjects/<user id>/build` when it is created.


Error: ** CLEAN FAILED **
 

aeric

Expert
Licensed User
Longtime User
When you see this error, try use the secondary builder.

1754230482358.png
 
Upvote 0

ibra939

Active Member
Licensed User
Longtime User
thanks Aeric , i try but not working yet
 
Last edited:
Upvote 0

ibra939

Active Member
Licensed User
Longtime User
Thanks work
 
Upvote 0
Top