iOS Question (Solved) B4i Debug not working

f0raster0

Well-Known Member
Licensed User
Longtime User
Hi guys,

When I try to install the app using debug it keeps repeating the error: Unable to Download APP" DONE/Retry

In release mode, I can't start the B4iLogger, it doesn't work (probably because I have just java11 installed)
then before to start "broken" my B4i/B4a setup want to ask if the only solution to debug B4i App in release mode is using this:

and in debug, the error could be because the Certificate/ProvisionFile ?
#CertificateFile: ios_development.cer
#ProvisionFile: Dev.mobileprovision

Installing the App in my iPhone is fine just I can't debug
 

f0raster0

Well-Known Member
Licensed User
Longtime User
did you check if the certificate or provisioning profile has expired?
they are OK (I think), I use them to install the App in release mode.

The correct solution is to get debug working. If it works in release mode and doesn't work in debug mode then the first thing to check is the CPU setting under Tools - Build Server - Settings.
that is correct? :
Untitled.jpg
 
Upvote 0

f0raster0

Well-Known Member
Licensed User
Longtime User
ahhhh working now.. thanks you all.
I just selected 32-bit and unclick "run installed App auto"

Why do I have to use 32-bit ?
What is "run installed App auto" ?

thanks
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Why do I have to use 32-bit ?
You are using an old device that is 32 bit. In release mode it creates binaries for both types of CPUs.

What is "run installed App auto" ?
It means that B4i-Bridge will run the app after installation. Keep it checked. In the past it was faster to start the app yourself.
 
Upvote 0
Top