iOS Question Slow installation in Debug mode

Marcus Araujo

Member
Licensed User
Longtime User
Hello! I am having problems with timeout between B4i and B4i bridge.

This is a step-by-step of what happens (it has been around 75% of the time):
- I click in compile & run, for debugging;
- The code is sent to remote Mac Builder;
- B4i bridge pops up installation request - I accept;
- The app takes long to reach 75% of installation (the last 25% is fast though);
- When the app is ready to run, B4i has already shutdown the debug mode, such as there was a timeout or something. If I try clicking "run" again, it restarts this process.

Hence not everytime I am able to debug my app!

Internet connection may be slower these days, but I need a higher timeout... what should I do?

iPhone 5S with latest build of iOS. The ipa file is ~12 Mb.
 

Descartex

Well-Known Member
Licensed User
Longtime User
Hi,
Did you tried to increase the process timeout located on Tools->IDE Options?
This worked for me on a huge project increasing time to 120 seconds.
 
Upvote 0

Marcus Araujo

Member
Licensed User
Longtime User
Yes, sometimes I can compile in 60s or less, and that's fine. But sometimes it takes so long... I haven't measured it, I estimate around 120s-180s.
 
Upvote 0
Top