-
-
Notifications
You must be signed in to change notification settings - Fork 177
Closed
Description
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
- Add dev.gitlive:firebase-auth:2.2.0 to a Kotlin Multiplatform project.
- Enable the iosX64() target in the shared module.
- 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
fkocak2505
Metadata
Metadata
Assignees
Labels
No labels