iOS Question Compile Error

Jim McDougal

Member
Licensed User
I'm seeing a persistent compile error which occurred after I terminated a debug compile before it had completed:

B4i Version: 8.51
Parsing code. (0.13s)
Building folders structure. (0.05s)
Compiling code. (0.25s)
Compiling layouts code. (0.01s)
Compiling debugger engine code. (0.01s)
Building Xcode project. (0.05s)
Preparing project for builder. (0.13s)
Project size: 0.41 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 **

How do I clean up this mess I've made? Thanks in advance!
 
Top