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?
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 **