iOS Question Issue Generating Push Key for Firebase Integration

ykucuk

Well-Known Member
Licensed User
Longtime User
Hello everyone,

I'm facing an issue while trying to generate a push key for Firebase integration. Here's the error I encountered:

B4X:
[IDE message - 12:20:56] 
An error occurred.
Error creating key: Error: Error outputting keys and certificates
00A5A5FB01000000:error:0308010C:digital envelope routines:inner_evp_generic_fetch:unsupported:crypto/evp/evp_fetch.c:341:Global default library context, Algorithm (RC2-40-CBC : 0), Properties ()

And these are the logs from the Mac builder terminal:


B4X:
Build server is ready
https://10.37.129.2:51042
http://10.37.129.2:51041
Build server version: 8.10
success: true, 1
Push key: false

For reference, I've been using Xcode 14.2 and B4i 8.10. I suspected that the version might be the root cause, so I updated both the IDE and Mac builder from the link I received via email. My IDE was successfully updated to 8.30, but my Mac Builder is still on version 8.10. Is this behavior expected?

Any help or suggestions would be appreciated!
 

ykucuk

Well-Known Member
Licensed User
Longtime User
After hosted builder .

B4X:
[IDE message - 12:57:24] 
An error occurred.
Error creating key: Error: No certificate matches private key
 
Upvote 0

ykucuk

Well-Known Member
Licensed User
Longtime User
This means that you did something wrong.
There is a mismatch between the private key and the certificate. Best to delete all files in the keys folder and start from scratch.
Sorry. All is fine with HostedBuilder.

I've encountered a problem with Mac Builder version 8.10 and thought you might be able to help. I'm unable to generate a Private Sign Key. Every time I try, I get an error.
B4X:
[IDE message - 12:34:04] 
An error occurred.
Error creating keystore file.
Error creating key: Error: Error outputting keys and certificates
002593DE01000000:error:0308010C:digital envelope routines:inner_evp_generic_fetch:unsupported:crypto/evp/evp_fetch.c:341:Global default library context, Algorithm (RC2-40-CBC : 0), Properties ()


. I initially thought this might be a Windows-related issue, so I tested a fresh installation of Windows using Parallels on my Mac Pro M1 but faced the same problem.

I don't experience this issue with the HostedBuilder, but I want to use my Mac Builder for my projects.
 
Upvote 0

ykucuk

Well-Known Member
Licensed User
Longtime User
I don't know why it happens.
You need to create the key once. If you need to create a new one and it still fails then I'll send you a new id for the hosted builder.
Can I use the key I generated with hosted builder for mac builder?
 
Upvote 0
Top