`Firebase (~> 3.3.0)` required by `Podfile`
See original GitHub issueI am tns version 2.1.1. Was trying to build using tns build ios
and got this error -
$ tns build ios Executing before-prepare hook from /Users/jahid/Development/temp/native_script/ns-learning/hooks/before-prepare/nativescript-dev-typescript.js Found peer TypeScript 1.8.10 The depedency located at /Users/jahid/Development/temp/native_script/ns-learning/node_modules/@angular/platform-server/node_modules/parse5 with version 1.3.2 will be replaced with dependency located at /Users/jahid/Development/temp/native_script/ns-learning/node_modules/nativescript-angular/node_modules/parse5 with version 1.4.2 Successfully prepared plugin nativescript-angular for ios. Successfully prepared plugin nativescript-intl for ios. Successfully prepared plugin nativescript-plugin-firebase for ios. Successfully prepared plugin tns-core-modules for ios. The iOS Deployment Target is now 8.0 in order to support Cocoa Touch Frameworks. Successfully prepared plugin tns-core-modules-widgets for ios. Installing pods… Analyzing dependencies [!] Unable to satisfy the following requirements:
Firebase (~> 3.3.0)
required byPodfile
None of your spec sources contain a spec satisfying the dependency: Firebase (~> 3.3.0)
.
You have either:
- out-of-date source repos which you can update with
pod 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.
Processing node_modules failed. Error: Command sandbox-pod failed with exit code 1
Sending exception report (press Ctrl+C to stop)…
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (3 by maintainers)
Top GitHub Comments
I also got the exact same issue and I solved it by executing
pod repo update
command as it is said in error.This command may take some time to complete. So please be patient.
Hope this will help.
Hi guys,
Did any of you see the following with the pod repo update? I do not seem to be able to get around it.