I'm trying to test Firebase Push Notification. I use a local Mac. I followed the tutorial step by step. On the simulator, the app is running and I can get notifications. If I try to install the app on iPhone 6 or iPad I get the following error message:
What am I doing wrong? Thank you!
B4X:
B4i Version: 5.80
Parsing code. (0.00s)
Building folders structure. (0.01s)
Compiling code. (0.01s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. (0.00s)
Building Xcode project (0.14s)
Sending data to remote compiler. Error
Out: Build settings from command line:
ARCHS = arm64
CODE_SIGN_IDENTITY = iPhone Distribution: Txxxx Mxxxx (93D936YPXE)
CONFIGURATION_BUILD_DIR = /Users/traianmacaveiu/Desktop/B4iBuildServer/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = NeokPush
PROVISIONING_PROFILE = 0d14b47d-XXXX-XXXX-XXXX-4127d4e5129a
note: Using new build system
note: Planning build
note: Constructing build description
Build system information
error: Provisioning profile "NeokPush" doesn't include signing certificate "iPhone Distribution: Txxxx Mxxxx (93D936YPXE)". (in target 'B4iProject')
Error: ** BUILD FAILED **
What am I doing wrong? Thank you!