Skip to content

Missing iosX64 target in firebase-auth:2.2.0 #750

@afTrolle

Description

@afTrolle

Description
When building the iOS simulator target, the dependency resolution fails because firebase-auth:2.2.0 does not provide an iosX64 artifact.

Build Error

:frontend:feature:auth:iosX64Main: Could not resolve dev.gitlive:firebase-auth:2.2.0.
Required by:
    project :frontend:feature:auth
    project :frontend:feature:auth > project :frontend:lib:auth

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

Expected Behavior
The library should provide an iosX64 target artifact so that the project can build and run on the iOS simulator.

Actual Behavior
Build fails because the iosX64 artifact is missing.

Steps to Reproduce

  1. Add dev.gitlive:firebase-auth:2.2.0 to a Kotlin Multiplatform project.
  2. Enable the iosX64() target in the shared module.
  3. Run Gradle sync.

Environment

Kotlin: 2.2.0
Gradle: 8.14.3
Firebase Auth KMP: 2.2.0

Target: iosX64

Notes / Workarounds

Works fine for iosArm64
Fails only on iosX64

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions