In the process of compiling a program using the Apple Configurator on my MacBook, I inadvertently interrupted the process with a second complile attempt. I now get the following error message on any program I try to compile:
B4i Version: 8.80
Parsing code. (0.16s)
Building folders structure. (0.66s)
Compiling code. (0.16s)
Compiling layouts code. (0.00s)
Building Xcode project. (0.46s)
Preparing project for builder. (3.58s)
Project size: 8.28 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/xxxxxxxx/Downloads/B4iBuildServer/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/xxxxxxxxx/Downloads/B4iBuildServer/UploadedProjects/<user id>/build` when it is created.
Error: ** CLEAN FAILED **
Can I simple open the Terminal and delete the /Users/neilrohan/Downloads/B4iBuildServer/UploadedProjects/<user id>/build directory to fix the problem?
B4i Version: 8.80
Parsing code. (0.16s)
Building folders structure. (0.66s)
Compiling code. (0.16s)
Compiling layouts code. (0.00s)
Building Xcode project. (0.46s)
Preparing project for builder. (3.58s)
Project size: 8.28 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/xxxxxxxx/Downloads/B4iBuildServer/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/xxxxxxxxx/Downloads/B4iBuildServer/UploadedProjects/<user id>/build` when it is created.
Error: ** CLEAN FAILED **
Can I simple open the Terminal and delete the /Users/neilrohan/Downloads/B4iBuildServer/UploadedProjects/<user id>/build directory to fix the problem?
Last edited: