iOS Question Error message building

kohle

Active Member
Licensed User
Longtime User
I didnt use b4i for a while, now i get an error building an release app

Build Server -> Release App erstellen

B4i Version: 5.50
Parse den Code. (0.08s)
Building folders structure. (0.20s)
Kompiliere den Code. (0.33s)
Kompiliere Layoutcode. (0.04s)
Erstelle Xcode-Projekt (0.55s)
Sende Daten an entfernten Compiler. Error
Fehler beim Abrufen des Tokens: Kommunikationsfehler: Invalid user id
 

JordiCP

Expert
Licensed User
Longtime User
If you are using the hosted builder, go to Tools>Build Server>Build Server Settings menu, and check that the User ID is the same that was sent to you when you purchased the Hosted Builder (if it is the same, perhaps it might have expired)
 
Upvote 0

kohle

Active Member
Licensed User
Longtime User
This error usually happens when the account has expired. Note that you should upgrade to B4i v6.5 if you plan to release your app through the app store.

Please look at the screenshot
 

Attachments

  • 05-03-_2020_14-25-38.png
    05-03-_2020_14-25-38.png
    132.1 KB · Views: 177
Upvote 0

kohle

Active Member
Licensed User
Longtime User
The hosted builder account has expired. It is not related to B4i license. You can renew it here: https://sites.fastspring.com/b4xstore/product/b4ihostedbuilder
It is a yearly service.

Ok, I purchased a new id.

path is correct, certificates are new for this year and have the crrect names

Now I get the following error :

B4i Version: 6.50
Parse den Code. (0.07s)
Building folders structure. (0.12s)
Kompiliere den Code. (0.26s)
Kompiliere Layoutcode. (0.03s)
Erstelle Xcode-Projekt (0.45s)
Sende Daten an entfernten Compiler. Error
Out: Build settings from command line:
ARCHS = armv7 arm64
CODE_SIGN_IDENTITY = iPhone Distribution: Jürgen Kohlenbach (L9KFH67S3H)
CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = result
PROVISIONING_PROFILE = 40bad1a7-e0e4-4e6c-a78a-841ded336de4

note: Using new build system
note: Planning build
note: Constructing build description
error: No certificate for team 'L9KFH67S3H' matching 'iPhone Distribution: Jürgen Kohlenbach (L9KFH67S3H)' found: Select a different signing certificate for CODE_SIGN_IDENTITY, a team that matches your selected certificate, or switch to automatic provisioning. (in target 'B4iProject' from project 'B4iProject')


Error: ** BUILD FAILED **
 
Upvote 0

kohle

Active Member
Licensed User
Longtime User
This error means that the provision profile and the certificate do not match. Delete both of them locally, create a new provision profile and download them.

My files a generated new and I think path and definition are ok. See my screenshots.
Nut I get the error.
 

Attachments

  • 05-03-_2020_15-23-07.png
    05-03-_2020_15-23-07.png
    44 KB · Views: 199
  • 05-03-_2020_15-22-08.png
    05-03-_2020_15-22-08.png
    162.8 KB · Views: 186
  • 05-03-_2020_15-17-32.png
    05-03-_2020_15-17-32.png
    26.3 KB · Views: 177
  • 05-03-_2020_15-16-19.png
    05-03-_2020_15-16-19.png
    10.2 KB · Views: 179
  • 05-03-_2020_15-10-05.png
    05-03-_2020_15-10-05.png
    50 KB · Views: 186
Upvote 0
Top