iOS Question Compiling error. "Could not delete `/Users/administrator/Documents/UploadedProjects..."

OlavRossland

Member
Licensed User
Longtime User
I suddenly get this error - on all projects (new and old).
Even on brand new project – where I am running a "Clean Project" I get the same error.

Suggested solution?


B4i Version: 8.30
Parsing code. (0.00s)
Building folders structure. (0.01s)
Compiling code. (0.00s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. (0.00s)
Building Xcode project. (0.11s)
Preparing project for builder. (0.31s)
Project size: 0.16 MB
Sending data to remote compiler. Error
Error: security: SecKeychainDelete: The specified keychain could not be found.
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 **
 

MikeH

Well-Known Member
Licensed User
Longtime User
Rename the <userid> part of the folder, try compiling again
 
Upvote 0

OlavRossland

Member
Licensed User
Longtime User
Rename the <userid> part of the folder, try compiling again
I use hosted builder - for information.
Also, this path ("/Users/administrator/Documents/UploadedProjects....") does not exist on local PC.
Is the path here referred to "C:Users<username>" on local PC.... Or is this a path on the hosted builder?
 
Upvote 0

OlavRossland

Member
Licensed User
Longtime User
Don't know what happened, but just as suddenly as the problem came, the problem has resolved.
Has the problem been in Hosted Builder?
 
Upvote 0

OlavRossland

Member
Licensed User
Longtime User
This error can happen from time to time after the OS locks a file. It resolves automatically after about an hour. In the meantime you should switch to the secondary builder under Tools - Build Server.
Random errors are tricky stuff...
I switched to the secondary builder, but this didn't make any difference. It was an hour off from programming :)
Everything is ok now.

So this is a problem that resides on the Hosted Builder @Erel?
 
Last edited:
Upvote 0
Top