iOS Question Firebase error when compile (No certificate matching)

falbertini

Member
Licensed User
Longtime User
Hello,
I am trying to receive message from Firebase to my B4i app.

I followed the tutorials in the forum, but when I compile my app I keep getting this error:

Check dependencies
No certificate matching 'iPhone' for team '6MCURW3QL8': Select a different signing certificate for CODE_SIGN_IDENTITY, a team that matches your selected certificate, or switch to automatic provisioning.
Code signing is required for product type 'Application' in SDK 'iOS 10.1'

Error: ** BUILD FAILED **

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

I have recreated key, provision file, app and everything multiple times, from scratch; I revoked previously created certificates and recreated the files. But I always get this error.
I am using B4i version 4.40 and Hosted Builder for the compilation.
How can I solve it ?

Thanks
 

falbertini

Member
Licensed User
Longtime User
I retried many many times, but I always get errors; now I get another error.
I have already published some apps with no problem, but enabling FireBase does not work.

Attached you can find a series of screenshots of how I have done it.
What is wrong ?
 

Attachments

  • Log creating keys for app with Firebase.pdf
    494.2 KB · Views: 248
Upvote 0

falbertini

Member
Licensed User
Longtime User
Yes, the file ios_distribution.cer has been download from IOS certificates and was of type iOS Distribution, and is the one that I already use for my apps.
 
Upvote 0
Top