iOS Question Timeout in Hosted Builder

palpedrinha

Member
Licensed User
Longtime User
Hi,

I'm having problems trying to "Build Release App" due to a Timeout error.

Log info:
B4i Version: 7.20
Parsing code.    (1.14s)
Building folders structure.    (0.44s)
Compiling code.    (1.19s)
Compiling layouts code.    (0.15s)
Building Xcode project.    (1.38s)
Preparing project for builder.    (5.10s)
    Project size: 6.36 MB
Sending data to remote compiler.    Error
Communication error: Timeout

I try to run the option with any configuration bellow:
IOS.png


Please help as soon as possible.
Thanks

Pedro Alpedrinha
 

palpedrinha

Member
Licensed User
Longtime User
You can increase the timeout under Tools - IDE Options - Process Timeout.

Hello Erel, thanks for the fast support.

Yes it solves the problem (log bellow), however, just to note, it is strange taking to much time (289.91s). Normally it takes between 130 and 150 compiling and there was no significant changes since last compilation.

Log info:
B4i Version: 7.20
Parsing code.    (1.23s)
Building folders structure.    (0.02s)
Compiling code.    (1.24s)
Compiling layouts code.    (0.12s)
Building Xcode project.    (0.57s)
Preparing project for builder.    (5.64s)
    Project size: 6.36 MB
Sending data to remote compiler.    (289.91s)
    Application compiled with non-store provision profile.
Completed successfully.
Make sure that B4i-Bridge is started (192.168.0.104).
Manually launch the app after installation.

Thanks and regards,
Pedro Alpedrinha
 
Upvote 0
Top