iOS Question Error: ** CLEAN FAILED **

Hadi57

Member
Licensed User
Longtime User
Hello everyone, I keep getting "Error: ** CLEAN FAILED **" error when I try to compile by the hosted builder, and every time I have to wait for hours for the problem to be solved. And this makes it difficult to develop with B4i. Recently, the alternative server returns this error at the same time as the main server, and practically changing the server does not solve the problem. Does anyone have a better solution than switching or waiting for this problem?
 
Last edited:

Hadi57

Member
Licensed User
Longtime User
Switching to the secondary builder should fix it. If it happened on both builders then it might be something with your project. It is not clear what triggers this issue, if anyone finds any clues about it then please post.
Hi Earl, Thanks for your response. This problem is not related to my code. And sometimes it happens in all my applications. When it occurs, even an empty project (Hello World) does not compile. Apparently, the rest of the community has already reported this error. The best solution I have found in the forums was to switch to an alternative builder. This solution sometimes solves the problem. But it has happened many times that the alternative builderhas encountered the same problem after a short while (both builders unavailable), and I had to wait for several hours. Of course, recently, both builder have been giving the error at the same time. And today I encountered this issue for the second time, where switching does not solve the problem. I think this issue needs a better solution. For example, if there is a routine in the servers that is scheduled to fix the problem at certain time intervals, maybe this time interval should be shortened. Or the IDE should add the ability to call it
 
Last edited:
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
The best solution I have found in the forums was to switch to an alternative builder.
This is indeed the recommended solution.
I'm trying to debug it but it is not a simple one. If / when it happens again, please send an email to [email protected] with the user id.
 
Upvote 0
Top