iOS Question The app does not install with B4i-bridge iOS 18.3.2

angel_

Well-Known Member
Licensed User
Longtime User
I'm having a problem on a new device running iOS 18.3.2.

I have already registered the device and updated the certificates (mobileprovision, etc.) but after doing the entire process the application is not installed on the device.

B4X:
B4i Version: 8.80
Parsing code.    (0.16s)
Building folders structure.    (0.06s)
Running custom action.    (0.01s)
Running custom action.    (1.03s)
Compiling code.    (0.28s)
Compiling layouts code.    (0.00s)
Compiling debugger engine code.    (0.02s)
Building Xcode project.    (0.05s)
Preparing project for builder.    (0.17s)
    Project size: 1.02 MB
Sending data to remote compiler.    (11.97s)
Completed successfully.
Make sure that B4i-Bridge is started...
 

angel_

Well-Known Member
Licensed User
Longtime User
- Yes, B4i-bridge installed without problems
- Start B4i-bridge the window "Waiting for ID to connect to B4i-Bridge..." appears, I select the device in Device IP Address and the window disappears
- Press run, the process ends in B4i-bridge but only the blank window is shown in B4i-bridge
- The window asking if you want to install the app on the device does not appear
- Hosted builder
 
Upvote 0

angel_

Well-Known Member
Licensed User
Longtime User
I forgot that the window asking if you want to install the app on the device does not appear
 
Upvote 0

angel_

Well-Known Member
Licensed User
Longtime User
I have reinstalled it but the window to install the application does not appear.
 
Upvote 0

b4x-de

Active Member
Licensed User
Longtime User
Open the same link that you used to install B4i-Bridge, after the app compiles. Try to install it from the browser.
My problem with this solution is that the old build time is always displayed on the page and this is not updated. When I click on Install App, the app installs, starts and then stops with the error message in the log:

:,0
java.lang.RuntimeException: Wrong version of debug app started.

Press on Tools - Clean project to reinstall the app.

I followed this instruction and cleaned up the project, but still no build time update. What am I doing wrong?
 
Upvote 0

b4x-de

Active Member
Licensed User
Longtime User
Unfortunately this does not work for me. I tried to switch from primary to secondary builder and it worked only once. Currently I'm unable to install any app on my iOS18 iPad.
 
Upvote 0
Top