Skip to content

[firebase_core]: iOS plugin failure  #17495

Closed
@saulogatti

Description

@saulogatti

Is there an existing issue for this?

  • I have searched the existing issues.

Which plugins are affected?

Core

Which platforms are affected?

iOS

Description

When trying to enable Automatic Data Collection (setAutomaticDataCollectionEnabled) in Flutter, an exception occurs in the iOS plugin, causing the application to close.

Reproducing the issue

call in flutter
` final app = await Firebase.initializeApp();

await app.setAutomaticDataCollectionEnabled(true);`

Image Image

Firebase Core version

3.15.1

Flutter Version

3.29.0

Relevant Log Output

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Needs AttentionThis issue needs maintainer attention.platform: iosIssues / PRs which are specifically for iOS.plugin: coretype: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions