iOS Question I am loosing my mind with certificates

carchek

Member
Licensed User
Longtime User
It has been now 8 hours and I am loosing my mind.
I have tried 3 new combinations and still..
B4X:
B4i version: 2.00 BETA 2
Parsing code.    (0.01s)
Compiling code.    (0.10s)
Compiling layouts code.    (0.01s)
Building Xcode project    (0.04s)
Sending data to remote compiler.    Error
Out: Build settings from command line:
    ARCHS = armv7 arm64
    CODE_SIGN_IDENTITY = iPhone
    CONFIGURATION_BUILD_DIR = /Users/gregor/Desktop/Server/UploadedProjects/b4i_default/Payload
    OTHER_CODE_SIGN_FLAGS = --keychain b4i_default
    PRODUCT_NAME = My App
    PROVISIONING_PROFILE = NUMBER

=== 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 (“Testna2”) were found.


Error: ** BUILD FAILED **


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

What to do?
 

tufanv

Expert
Licensed User
Longtime User
It has been now 8 hours and I am loosing my mind.
I have tried 3 new combinations and still..
B4X:
B4i version: 2.00 BETA 2
Parsing code.    (0.01s)
Compiling code.    (0.10s)
Compiling layouts code.    (0.01s)
Building Xcode project    (0.04s)
Sending data to remote compiler.    Error
Out: Build settings from command line:
    ARCHS = armv7 arm64
    CODE_SIGN_IDENTITY = iPhone
    CONFIGURATION_BUILD_DIR = /Users/gregor/Desktop/Server/UploadedProjects/b4i_default/Payload
    OTHER_CODE_SIGN_FLAGS = --keychain b4i_default
    PRODUCT_NAME = My App
    PROVISIONING_PROFILE = NUMBER

=== 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 (“Testna2”) were found.


Error: ** BUILD FAILED **


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

What to do?

As Erel Said it is very easy. Just delete every provision and certificate file. Than create a certificate file and than create a provision file tied to this certificate. Thats all.
 
Upvote 0
Top