Good Morning, I have a small program that when compiling I get the following error:
B4i version: 2.51
Parsing code. (0.01s)
Compiling code. (0.02s)
Building designer app. (0.01s)
Building Xcode project (0.01s)
Sending data to remote compiler. Error
Out: Build settings from command line:
ARCHS = armv7
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 = 48b4b2cf-157c-4e81-b1a0-862b554ffc53
=== BUILD TARGET B4iProject OF PROJECT B4iProject WITH CONFIGURATION Release ===
Check dependencies
Code Sign error: No codesigning identities found: No codesigning identities (i.e. certificate and private key pairs) that match the provisioning profile specified in your build settings (“Cotraport distribucion”) were found.
Error: ** BUILD FAILED **
The following build commands failed:
Check dependencies
(1 failure)
I tried going to the App IDs and Provisioning Profiles but still the same and do not know how to fix it.
B4i version: 2.51
Parsing code. (0.01s)
Compiling code. (0.02s)
Building designer app. (0.01s)
Building Xcode project (0.01s)
Sending data to remote compiler. Error
Out: Build settings from command line:
ARCHS = armv7
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 = 48b4b2cf-157c-4e81-b1a0-862b554ffc53
=== BUILD TARGET B4iProject OF PROJECT B4iProject WITH CONFIGURATION Release ===
Check dependencies
Code Sign error: No codesigning identities found: No codesigning identities (i.e. certificate and private key pairs) that match the provisioning profile specified in your build settings (“Cotraport distribucion”) were found.
Error: ** BUILD FAILED **
The following build commands failed:
Check dependencies
(1 failure)
I tried going to the App IDs and Provisioning Profiles but still the same and do not know how to fix it.