Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[firebase_analytics]: Firebase make bundle format ambiguous for MacOS Gatekeeper #12826

Closed
1 task done
stephane-archer opened this issue May 23, 2024 · 2 comments
Closed
1 task done
Assignees
Labels
blocked: customer-response Waiting for customer response, e.g. more information was requested. platform: macos Issues / PRs which are specifically for MacOS. plugin: analytics resolution: invalid This doesn't seem right and might not belong here. type: bug Something isn't working

Comments

@stephane-archer
Copy link

Is there an existing issue for this?

  • I have searched the existing issues.

Which plugins are affected?

Analytics

Which platforms are affected?

macOS

Description

When I build my app with Firebase, MacOS Gatekeeper doesn't accept my app.

spctl --assess --type execute —verbose MyApp.app
MyApp.app/: rejected (bundle format is ambiguous (could be app or framework))
source=matched cdhash

My App is signed and notarized.

If I remove Firebase from my app, my app run perfectly and MacOS Gatekeeper has no issue.

There is something that is included by Firebase in the .app that makes the bundle format ambiguous.

Here is what I use:

firebase_core: ^2.19.0
firebase_analytics: ^10.6.1

Reproducing the issue

up

Firebase Core version

2.19.0

Flutter Version

3.19.5

Relevant Log Output

No response

Flutter dependencies

Expand Flutter dependencies snippet
Replace this line with the contents of your `flutter pub deps -- --style=compact`.

Additional context and comments

No response

@stephane-archer stephane-archer added Needs Attention This issue needs maintainer attention. type: bug Something isn't working labels May 23, 2024
@TarekkMA
Copy link
Contributor

Hi @stephane-archer,

Thank you for reporting this issue.

Could you please specify which plugin is causing the problem? Try removing the analytics plugin and see if the issue still reproduces. If we can identify what specifically is causing the issue.

@TarekkMA TarekkMA added blocked: customer-response Waiting for customer response, e.g. more information was requested. plugin: analytics platform: macos Issues / PRs which are specifically for MacOS. and removed Needs Attention This issue needs maintainer attention. labels May 24, 2024
@TarekkMA TarekkMA self-assigned this May 24, 2024
@stephane-archer
Copy link
Author

the problem was caused by zip that wasn't preserving symlink. Sorry, this wasn't linked to Firabase

@TarekkMA TarekkMA added the resolution: invalid This doesn't seem right and might not belong here. label May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked: customer-response Waiting for customer response, e.g. more information was requested. platform: macos Issues / PRs which are specifically for MacOS. plugin: analytics resolution: invalid This doesn't seem right and might not belong here. type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants