iOS Question hosted mac builder down

soroush_safarii

Member
Licensed User
hi ,
when i click on rub debug mode or build release app
i must wait 10 minute
what happen ?
i do wrong anything or other ?
in debug mode i wait 6-7 minute to install qpp and run and in build release app i wait 10-15 minute
what happen ?
 

soroush_safarii

Member
Licensed User
hello ,
this in not fix for me ,
but i have one idea when this happen

i connect my device and pc with wifi
" pc ( external wifi card ) "
" phone wifi"

when i click run debug and bridge-b4i go on background and show message install my project , i click on install , and turn off device wifi and use cellular to download ( very very easy and fast download app )
when finish install app , i trun on wifi and click on app and go to app woth debug mode :))
best regard for you
 
Upvote 0

edgsistemi

Member
Licensed User
Longtime User
Hello,

I have a problem using the service HOSTED MAC BUILDER,
after compiling the project I can't make the download of the app on the device.
Also it not working the DOWNLOAD LAST BUILD too, if I waiting for more than ten minutes it not working.
Can you help me thanks

Enter Log compilation

B4i version: 3.50
Parsing code. (0.03s)
Compiling code. (0.11s)
Compiling layouts code. (0.02s)
Building Xcode project (0.10s)
Sending data to remote compiler. (71.24s)
Completed successfully.
Make sure that B4i-Bridge is started (192.168.0.8).
Manually launch the app after installation.
Note that it is not possible to install apps signed with a store certificate.
You can download the ipa file with Tools - Build Server - Download Last Build.


Can you help me thanks
 
Upvote 0

Daniel Uribe

Member
Licensed User
Longtime User
Hello,

I have a problem using the service HOSTED MAC BUILDER,
after compiling the project I can't make the download of the app on the device.
Also it not working the DOWNLOAD LAST BUILD too, if I waiting for more than ten minutes it not working.
Can you help me thanks

Enter Log compilation

B4i version: 3.50
Parsing code. (0.03s)
Compiling code. (0.11s)
Compiling layouts code. (0.02s)
Building Xcode project (0.10s)
Sending data to remote compiler. (71.24s)
Completed successfully.
Make sure that B4i-Bridge is started (192.168.0.8).
Manually launch the app after installation.
Note that it is not possible to install apps signed with a store certificate.
You can download the ipa file with Tools - Build Server - Download Last Build.


Can you help me thanks


hi, Maybe you´re using the ios_distribution certificate to compile your app in debugg mode and trying to install on the phone, this is not possible.
you have to change to ios_development certificate in the key folder and try again, look here: https://www.b4x.com/android/forum/threads/creating-a-certificate-and-provisioning-profile.45880/

Good look!
 
Upvote 0
Top