iOS Question Hosted Mac Builders Down?

Marcos Alves

Well-Known Member
Licensed User
Longtime User
Hello, community,

I'm getting the answer from hosted Mac Builders (primary and secondary):

B4i Version: 7.20
Parsing code. (0.22s)
Building folders structure. (0.74s)
Running custom action. (0.10s)
Compiling code. (0.42s)
Compiling layouts code. (1.98s)
Building Xcode project. (3.89s)
Preparing project for builder. (1.33s)
Project size: 3.01 MB
Sending data to remote compiler. Error
Communication error: Timeout

Are the servers down now? Could anybody give me a feedback if is getting the same error?

Thanks!
 

Marcos Alves

Well-Known Member
Licensed User
Longtime User
Update.
Found what happened, for all those could have the same problem...
My B4i app is increasing the size because I'm programing new features according it's being completed to fit the project requirements. I didn't find anything wrong in my network... then I think: I started to get some timeout error trying to compile when the size of project/app exceeded 2.1 Mb.
Then eureka: this is time dependent... it's a framework timeout. Searching in B4i I found in menu: Tools -> Ide Options -> Configure Process Timeout.
After setting 120 seconds I'm not getting any error anymore.
1619305223619.png
I hope that this information can be useful for somebody in community that could be getting the same problem.
Procedure: big project in B4i -> INCREASE PROCESS TIMEOUT.
 
Upvote 0

Similar Threads

Top