I read the tutorial on creating the .ipa file.
I'm getting this error message when I try to build my release version. I'm not sure what I am doing wrong.
B4i Version: 5.30
Parsing code. (0.01s)
Building folders structure. (0.03s)
Compiling code. (0.01s)
Compiling layouts code. (0.01s)
Building Xcode project (0.15s)
Sending data to remote compiler. Error
Out: Build settings from command line:
ARCHS = armv7 arm64
CODE_SIGN_IDENTITY = iPhone Distribution: Ralph Freshour (YS2F38FF3D)
CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = DistFPM
PROVISIONING_PROFILE = 2d0c0a98-caa0-4e7d-b583-fea87b9f20ae
=== BUILD TARGET B4iProject OF PROJECT B4iProject WITH CONFIGURATION Release ===
Check dependencies
Code Signing Error: Provisioning profile "default" doesn't include any certificate for which the matching private key is installed in the keychain.
Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.2'
Error: ** BUILD FAILED **
The following build commands failed:
Check dependencies
(1 failure)