firebase / FirebaseUI-iOS

iOS UI bindings for Firebase.
Apache License 2.0
1.51k stars 475 forks source link

SPM error: Package.swift has no Package.swift manifest for version 0.7.0 #1017

Closed lionel-alves closed 2 years ago

lionel-alves commented 2 years ago

I can't add Firebase-UI with SPM.

Environment

Steps to reproduce:

  1. Add Firebase-UI with SPM: https://github.com/firebase/FirebaseUI-iOS

Observed Results:

Package.swift has no Package.swift manifest for version 0.7.0 in https://github.com/firebase/FirebaseUI-iOS
kfujino7 commented 2 years ago

Hi, I see the same issue and not sure where 0.7.0 is coming from. But if you set the Package Repository Rule setting in "Package Dependency" as "Version : [Up to Next Major] 12.1.1 > 13.0.0, It should resolved the issue. Please try.

lionel-alves commented 2 years ago

Hey @kfujino7, it worked thanks!

MaxFactorHub commented 1 year ago

I have the same problem! I can't add Firebase-UI with SPM. But I found the problem...) For some reason xcode SPM Interface in Package Repository Rule setting in "Package Dependency" as Version : [Up to Next Major] 0.6.1 > 1.0.0, found only 0.6.1 > 1.0.0 versions as latest! So I manually change to Version: [Range of versions] 0.6.1 > 13.0.0