iOS Question Build B4i-Bridge App failing

biometrics

Active Member
Licensed User
Longtime User
I have recently published successfully to the App Store.

I have since upgraded my iPhone 5s to iOS 11.

Now I can't start the bridge, it says it needs to be updated for iOS 11.

When I select Tools/Build Server/Build B4i-Bridge App I get the error below. (I have changed the app name to "aaaaaaa.bbbbb" in the log.)

I use the hosted build server. I have selected 64 bit in Tools/Build Server/Server Settings. I have removed my app and the bridge app. I'm using B4i 4.4.

Any advice appreciated ...

B4X:
B4i Version: 4.40
Parsing code.  (0.07s)
Compiling code.  (0.19s)
Building designer app.  (0.01s)
Building Xcode project  (0.23s)
Sending data to remote compiler.  Error
Out: Build settings from command line:
  ARCHS = armv7 arm64
  CODE_SIGN_IDENTITY = iPhone
  CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
  OTHER_CODE_SIGN_FLAGS = --keychain <user id>
  PRODUCT_NAME = B4i-Bridge
  PROVISIONING_PROFILE = f34cb2fb-b92c-45a6-8a8a-66a2f51d9a10

=== BUILD TARGET B4iProject OF PROJECT B4iProject WITH CONFIGURATION Release ===

Check dependencies
Provisioning profile "Firebase development" has app ID "aaaaaaa.bbbbb", which does not match the bundle ID "aaaaaaa.bbbbb.bridge".
iOS deployment target '11.0' for architecture 'arm64' and variant 'normal' is greater than the maximum value '10.1.99' for the iOS 10.1 SDK.
Code signing is required for product type 'Application' in SDK 'iOS 10.1'


Error: ** BUILD FAILED **


The following build commands failed:
   Check dependencies
(1 failure)
 
Top