dpa99c / cordova-plugin-firebasex

Cordova plugin for Google Firebase
MIT License
572 stars 462 forks source link

Can't archive after install firebasex ( IOS ) Signature Error #408

Closed luna-almeida-coding closed 4 years ago

luna-almeida-coding commented 4 years ago

Bug report

CHECKLIST

Current behavior: After install this plugin and archive, i can't upload that .ipa file to apple store because of the error above. The build is ok, i can run in my device but i can't upload to Apple store. I have another plugin that use cocoa pod and i don't have problema with upload.

Expected behavior:

Steps to reproduce:

Reproduce steps

Screenshots

image

Environment information

Runtime issue

iOS build issue:



dpa99c commented 4 years ago

The error message shown in your screenshot is a signing error so not directly caused by this plugin. Maybe this is because your app does not have a valid APNS certificate which is required since this plugin implements Push Notifications for Firebase Cloud Messaging?

This plugin is used in production by many other apps so this problem is specific to your configuration.

luna-almeida-coding commented 4 years ago

I see, I used cordova-plugin-firebase, the certificates are correct. I had to migrate to this plugin because of the webview. I thought it would be something related to the plugin because without it I can do the complete process. And the facebook plugin for example also creates a PodFile and does not interfere with the build or archiving. I already checked the certificates, if they are correct all day, so I opened an Issue in the hope that someone has already faced something related. But ok, thanks for your help.

dpa99c commented 4 years ago

You can also check if Apple Sign In is the problem since this wa added in v9 of this plugin as part of the work to support Firebase Auth. On iOS this requires a specific permission to be added to your provisioning profile.