When I try to install the dependencies I get the following error
MacBook-Pro-de-Itati:traccar-manager-ios-master itatisarabia$ pod install
Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "Firebase/Core":
In snapshot (Podfile.lock):
Firebase/Core (= 4.8.1)
In Podfile:
Firebase/Core
None of your spec sources contain a spec satisfying the dependencies: Firebase/Core, Firebase/Core (= 4.8.1).
You have either:
- out-of-date source repos which you can update with
pod repo update or with pod install --repo-update.
- mistyped the name or version.
- not added the source repo that hosts the Podspec to your Podfile.
Note: as of CocoaPods 1.0, pod repo update does not happen on pod install by default.
When I try to install the dependencies I get the following error
MacBook-Pro-de-Itati:traccar-manager-ios-master itatisarabia$ pod install
Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "Firebase/Core":
In snapshot (Podfile.lock):
Firebase/Core (= 4.8.1)
In Podfile:
Firebase/Core
None of your spec sources contain a spec satisfying the dependencies:
Firebase/Core, Firebase/Core (= 4.8.1).You have either:
pod repo updateor withpod install --repo-update.Note: as of CocoaPods 1.0,
pod repo updatedoes not happen onpod installby default.