iOS Question Error: ** CLEAN FAILED **

I have the following error, How can I solve it?

B4i Versione: 8.90
Analisi del Codice. (0.23s)
Building folders structure. (0.04s)
Esecuzione azione personalizzata. (0.13s)
Compilazione del codice. (0.83s)
Compilazione del codice di layouts (0.01s)
Compilazione del codice debugger. (8.43s)
Compilazione Progetto Xcode. (0.36s)
Preparazione del progetto per la sua costruzione. (0.43s)
Dimensioni del progetto: 0.55 MB
Invio dati a compilatore remoto. 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.
 

asales

Expert
Licensed User
Longtime User
Same problem here, right now.
Even with "Prefer Secondary" checked.
Earlier in the day it was working without any issues.
 
Upvote 0
Top