firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.56k stars 1.45k forks source link

Xcode 16 SPM Cannot be Found #13682

Open vncsnts opened 16 hours ago

vncsnts commented 16 hours ago

Description

Running Update Packages will not be able to find firebase sdk

Reproducing the issue

Packages -> Update to Latest Package versions

Gets error: https://github.com/firebase/firebase-ios-sdk.git: The repository could not be found. Make sure a valid repository exists at the specified location and try again.

Firebase SDK Version

17.0.0

Xcode Version

16.0

Installation Method

Swift Package Manager

Firebase Product(s)

All

Targeted Platforms

iOS

Relevant Log Output

https://github.com/firebase/firebase-ios-sdk.git: The repository could not be found. Make sure a valid repository exists at the specified location and try again.

If using Swift Package Manager, the project's Package.resolved

Expand Package.resolved snippet
```json Replace this line with the contents of your Package.resolved. ```

If using CocoaPods, the project's Podfile.lock

Expand Podfile.lock snippet
```yml Replace this line with the contents of your Podfile.lock! ```
google-oss-bot commented 16 hours ago

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

rizafran commented 13 hours ago

Hi @vncsnts, have you tried using https://github.com/firebase/firebase-ios-sdk.git instead of https://github.com/firebase/firebase-ios-sdk.git:?

vncsnts commented 12 hours ago

yes @rizafran the ':' was from the logs.

paulb777 commented 12 hours ago

Are you able to open https://github.com/firebase/firebase-ios-sdk.git from a browser?