iOS Question I cant build b4i-bridge

Ramezanpour

Active Member
Licensed User
Longtime User
Hi,

i want to build b4i-bridge but i see a error !

this :


Building designer app. 0.01
Building Xcode project 0.02
Sending data to remote compiler. Error
Out: Build settings from command line:
ARCHS = armv7
CODE_SIGN_IDENTITY = iPhone
CONFIGURATION_BUILD_DIR = /Users/amin/Desktop/macserver-aa/UploadedProjects/b4i_default/Payload
OTHER_CODE_SIGN_FLAGS = --keychain b4i_default
PRODUCT_NAME = B4i-Bridge
PROVISIONING_PROFILE = 274BF391-D0BC-41F8-89FA-E39B6499CA96

=== 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 (“iOS Team Provisioning Profile: *”) were found.


Error: ** BUILD FAILED **


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


help me please.
 

Eumel

Active Member
Licensed User
Longtime User
No codesigning identities found: No codesigning identities (i.e. certificate and private key pairs)

It seems the key and certificate is missing.

Tools > Configure Paths > Keys Folder

Inside this there must be
- Development.mobileprovision
- B4i.keystore
- certSigningRequest.csr
- ios_development.cer
 
Upvote 0
Top