iOS Question Installing Error

nazilabdulla

Member
Licensed User
Longtime User
I am using Hosted Builder.
While debugging , After loading Shows Installing... And it is stopping after 75% completion.

Nothing on Log...

How to resolve ? What is problem ?
 

nazilabdulla

Member
Licensed User
Longtime User
Can you post the compilation dialog text?

B4i Version: 6.00
Parsing code. (0.10s)
Building folders structure. (0.12s)
Compiling code. (0.76s)
Compiling layouts code. (0.19s)
Compiling debugger engine code. (0.01s)
Building Xcode project (1.01s)
Sending data to remote compiler. (15.98s)
Completed successfully.
Make sure that B4i-Bridge is started (192.168.1.105).


Compilation is Success. Install Message box also coming..
For Release it is working , Problem in debug
 
Upvote 0

nazilabdulla

Member
Licensed User
Longtime User
1. Check the 32 bit / 64 bit option in the build server settings.
2. If doesn't help then make sure to use the same certificate and provision profile in debug mode and release mode.

Success !!!! Thank you for your help.

Actually I had choosen 64 bit at beginning. After restart the computer it went to 32 bit. That is why I could not identify the issue.
Once we restart the B4i, That setting is going to default.

Any way Thank you for effort.
 
Upvote 0
Top