Bug? B4i Bridge in B4i v2.30

Pendrush

Well-Known Member
Licensed User
Longtime User
1. When I run my app for the first time (debug), app get installed, then I click on app icon, and run app.
2. Then click on STOP in b4i (to stop app and debugger).
3. Click on Play again in B4i, and in B4i Bridge in upper left corner on iPad (iOS 9.0.2) I need to click on Back to MyAppName, to start app, if I don't click Back to MyAppName, in B4i in status bar I have see "Trying to connect to device (IP)". When I click on Back to MyAppName in B4i Bridge, in that moment, B4i get connected to device.
This is only with B4i Bridge app created with B4i v2.30
On my iPhone 5 (iOS 9.0.2), I have B4i Bridge app created with B4i v1.80, and everything work fine. For test, I have uninstalled B4i bridge from iPhone and installed new B4i Bridge created with b4i v2.30, and got same behavior as on my iPad.

Something is wrong with new bridge app in b4i v2.30, or I have miss something?

EDIT:

Above procedure is when B4i Bridge is created from my local mac builder.
I have now used hosted builder to create B4i Bridge and now B4i Bridge work as expected.
So my conclusion is: something is wrong with local mac builder in B4i Bridge creation.
 
Last edited:

Erel

B4X founder
Staff member
Licensed User
Longtime User
The issue is related to Xcode 7 and the new QueriesSchemes requirement. The hosted builders are still running Xcode 6.4 so they are not affects.

I will release v2.31 in a few days. It will fix this issue.

For now you should use the hosted builder to build B4i-Bridge. Users who don't have access to the hosted builder and need to rebuild b4i-bridge can contact support@basic4ppc.com and we will create a temporary account for you.
 
Top