Hello Community,
I tried to compile a test app (Hello World) to understand how B4i, the compiling, the certificates and the provisioning profiles works.
From the experiences with Xojo I do not use wildcards in the App Identifier Bundle. I use explicit one.
I am using a local Builder with
- Apple Mac Mini Late 2014
- macos 11.1
- xcode 12.3 (12C33)
- B4i 7.00
On my PC I am using
- Windows 10 1909 Build 18363.836
- B4i 7.00
I have configured the package name according to my Bundle Identifier.
I can run the B4i Buildserver test page on port 51041.
Is it correct that the test page only works on port 51041 and not on ssl, port 51042?
I follow the Videos "B4i Certificate and Provision Profile" and "B4i-Bridge" from Erel. The certificate and provisioning profile are stored in the Keys directory and in Xcode.
When I try to Build the Bridge App I got
Why it said B4iProject? I expected to see the Bundle Identifier / Package name here.
Is the Deployment Target with 8.0 correct?
Is there more documentation about B4i and the compiling procedure? From the Booklet titles I found not more.
If both informations are valid what can I do to fix this?
Best regards
--Christian
I tried to compile a test app (Hello World) to understand how B4i, the compiling, the certificates and the provisioning profiles works.
From the experiences with Xojo I do not use wildcards in the App Identifier Bundle. I use explicit one.
I am using a local Builder with
- Apple Mac Mini Late 2014
- macos 11.1
- xcode 12.3 (12C33)
- B4i 7.00
On my PC I am using
- Windows 10 1909 Build 18363.836
- B4i 7.00
I have configured the package name according to my Bundle Identifier.
I can run the B4i Buildserver test page on port 51041.
Is it correct that the test page only works on port 51041 and not on ssl, port 51042?
I follow the Videos "B4i Certificate and Provision Profile" and "B4i-Bridge" from Erel. The certificate and provisioning profile are stored in the Keys directory and in Xcode.
When I try to Build the Bridge App I got
B4X:
B4i Version: 7.00
Parsing code. (0.01s)
Building folders structure. (0.28s)
Running custom action. (0.05s)
Compiling code. (0.06s)
Building designer app. (0.21s)
Building Xcode project. (0.19s)
Preparing project for builder. (0.12s)
Project size: 0.23 MB
Sending data to remote compiler. Error
Error: security: SecKeychainDelete: The specified keychain could not be found.
Out: Command line invocation:
/Applications/Xcode_123.app/Contents/Developer/usr/bin/xcodebuild -configuration Release PRODUCT_NAME=B4i-Bridge CONFIGURATION_BUILD_DIR=/Users/**********ent/Downloads/B4iBuildServer/UploadedProjects/<user id>/Payload "CODE_SIGN_IDENTITY=iPhone Distribution: Christian Jeannot (**********)" "OTHER_CODE_SIGN_FLAGS=--keychain <user id>" PROVISIONING_PROFILE=******98-**74-**31-**28-**********75 -arch armv7 -arch arm64
Build settings from command line:
ARCHS = armv7 arm64
CODE_SIGN_IDENTITY = iPhone Distribution: Christian Jeannot (**********)
CONFIGURATION_BUILD_DIR = /Users/**********ent/Downloads/B4iBuildServer/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = B4i-Bridge
PROVISIONING_PROFILE = ******98-**74-**31-**28-**********75
note: Using new build system
note: Using codesigning identity override: iPhone Distribution: Christian Jeannot (**********)
note: Planning build
note: Constructing build description
error: "B4iProject" requires a provisioning profile. Select a provisioning profile in the Signing & Capabilities editor. (in target 'B4iProject' from project 'B4iProject')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target 'B4iProject' from project 'B4iProject')
Error: ** BUILD FAILED **
Why it said B4iProject? I expected to see the Bundle Identifier / Package name here.
Is the Deployment Target with 8.0 correct?
Is there more documentation about B4i and the compiling procedure? From the Booklet titles I found not more.
If both informations are valid what can I do to fix this?
Best regards
--Christian