iOS Question I do not reach to instal B4i-Bridge on my IPAD (on air)?

Eugène Rappe

Member
Licensed User
I try to change the name of the package. The best i got is an error message who ask me to put
an address in my browser. But in the compilation window there was no reference to an address.
I load the certificat of b4i and i trust it in the settings, but it is always the same thing.

Hi,
Change the package name to test.anything.youwant.here
If it doesn't work then please start a new thread in the forum.
Best regards,
Erel Uziel
Anywhere Software

From: Rappe Eugène [mailto:[email protected]]
Sent: Friday, May 17, 2019 6:30 PM
To: [email protected]
Subject: I do not reach to instal B4i-Bridge on my IPAD


B4i Version : 5.51
Analyse du code. (0.00s)
Building folders structure. (0.11s)
Compilation du code. (0.00s)
Etablissement de l'application 'designer'. (0.02s)
Etablissement du projet Xcode (0.18s)
Envoi de données au 'Remote Compiler'. Error
Out: Build settings from command line:
ARCHS = armv7 arm64
CODE_SIGN_IDENTITY = iPhone Distribution: Eugene Rappe (Y496SU4UGQ)
CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = B4i-Bridge
PROVISIONING_PROFILE = ff18e29e-7a9f-429b-b6f7-7d72d2a779ef
note: Using new build system
note: Planning build
note: Constructing build description
Build system information
error: Provisioning profile "defaulttest1" has app ID "test*", which does not match the bundle ID "defaulttest1.b4i.example4.bridge". (in target 'B4iProject')
Error: ** BUILD FAILED **
Yours faithfully
Eugène Rappe
 
Last edited:

Andrew (Digitwell)

Well-Known Member
Licensed User
Longtime User
Hi,
what was the format of thew wildcard certificate you created.

from this line,
error: Provisioning profile "defaulttest1" has app ID "test*", which does not match the bundle ID "defaulttest1.b4i.example4.bridge". (in target 'B4iProject')

it looks like your wildcard us test* and your program is identified as defaulttest1.b4i.example4.bridge which does not match. The package id needs to start with test.


Try changing the app Package in the Build configuration to something starting with test. e.g., test.defaulttest1.b4i.example.bridge
 
Upvote 0

Eugène Rappe

Member
Licensed User
Thanks.
there is always a problem.

B4i Version : 5.51
Analyse du code. (0.00s)
Building folders structure. (0.10s)
Compilation du code. (0.00s)
Etablissement de l'application 'designer'. (0.02s)
Etablissement du projet Xcode (0.38s)
Envoi de données au 'Remote Compiler'. (7.06s)
Ouvrez Safari et naviguez vers : builder1.b4x.com:51041/****
Cliquez sur le bouton Installer.
Dépannage:
1. Assurez-vous que le certificat B4I est installé et fait confiance (www.b4x.com/ca.pem).
2. Assurez-vous que le fichier de provisionnement inclut l'UDID du périphérique cible.
3. Vérifiez le lien pour les fautes de frappe.
Terminé avec succès.

On safari i have got:

No build is currently available. Refresh the page if you have already compiled the project.
click here to refresh the page
 
Last edited:
Upvote 0

Eugène Rappe

Member
Licensed User
Thank you.
B4i-bridge is ok.
However i still have a problem with my IPAD.

Error message

Impossible de télécharger l’application
«MyfirstProgram» ne peut être télécharger pour l’instant.

ok Réessayer

When i debug, i can't load my application in my IPAD.
When i do "build release App", the installation of the application is made on my IPAD.
 
Last edited:
Upvote 0
Top