-
Per title, when I attempt to build my project I see 17 error messages similar to the above, all referencing Beta versions of some package product. This is also accompanied by a warning "skipping cache due to an 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." Does anyone know what is causing this, and how it may be corrected? I have attached logs. A few additional details:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
In Firebase 10, the project should only have a dependency on |
Beta Was this translation helpful? Give feedback.
In Firebase 10, the project should only have a dependency on
FirebaseStorage
. The dependency onFirebaseStorageSwift-Beta
can be removed. Imports ofFirebaseStorageSwift
should be changed toFirebaseStorage
.