iOS Question Help me!!!! Error Creating Private Sign Key

F.Campanella

Member
Licensed User
Longtime User
Hi,
I have tried to change Apple ID for my developements and with my new Apple ID I have tryed to upload certSigningRequest.csr but obviously (probably) the csr is invalid (it is possible?)

So, I have tried to recreate this for the procedure "private sign key" but the procedure fail with this message: Error creating keystore file. The details for this error are in the picture.

Can you Help me? I am desperate because I have to deliver a product :( :( :(
 

Attachments

  • Error.png
    Error.png
    20 KB · Views: 259

F.Campanella

Member
Licensed User
Longtime User
I have cancelled all files and the error persists. In the key directory are created B4i.keystore and B4i.p12 but the error persists.

If I try to create manually certsigningrequest.csr and all cer and mobileprovision from developer center and try to compile app, i receive this error:

B4X:
B4i version: 2.51
Parsing code.  (0.17s)
Compiling code.  (3.00s)
Compiling layouts code.  (0.00s)
Compiling debugger engine code.  (6.65s)
Building Xcode project  (0.20s)
Sending data to remote compiler.  Error
Out: Build settings from command line:
  ARCHS = arm64
  CODE_SIGN_IDENTITY = iPhone
  CONFIGURATION_BUILD_DIR = /Users/fabiocampanella/Desktop/Produzione-Software/macserver_25/UploadedProjects/<user id>/Payload
  OTHER_CODE_SIGN_FLAGS = --keychain <user id>
  PRODUCT_NAME = GestOrd
  PROVISIONING_PROFILE = 54e045dc-23a4-42fc-9ad8-0ae6c993d803

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


Error: ** BUILD FAILED **


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

Help!!!!!!!

I'm stuck :( :( :( :( :(
 
Upvote 0

F.Campanella

Member
Licensed User
Longtime User
I Erel, Thanks for your support!! With hosted builder work fine. I must format my Mac? I have reinstalled all: xcode 7.3, Jdk, mac builder 2.5 but the problem persist.
If it is the only way I do format it...

Thank for all!!!
Fabio
 
Upvote 0

F.Campanella

Member
Licensed User
Longtime User
Ok Erel. Work with Hosted Builder.

I've reinstall all (Format Machintosh hd, install El Captain, xcode) but the problem persist!!!!!!

Now I wonder what can be !!!
 
Upvote 0

F.Campanella

Member
Licensed User
Longtime User
:mad:, Hi Erel... I deserve a number of lashes for a full day!.....

I had not updated MacServer Builder 2.5 with 2.51 version because since the zip is always called 2.5, I thought it was the same as the previous! Updating MACSERVER the creation of the private key works well !!!

Thanks for your support.
Fabio
 
Upvote 0
Top