Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to find a specification for WatchdogInspector #5

Closed
kidsid49 opened this issue Mar 10, 2016 · 5 comments
Closed

Unable to find a specification for WatchdogInspector #5

kidsid49 opened this issue Mar 10, 2016 · 5 comments

Comments

@kidsid49
Copy link

Having issue while installing via Cocoapods.
this line in pod file throws an error.
``pod 'WatchdogInspector'`

@tapwork
Copy link
Owner

tapwork commented Mar 10, 2016

You probably set your platform not to iOS 8
like
platform :ios, '7.0'

but the pod spec requires
platform :ios, '8.0'

I fixed it with Version 0.2.1 https://github.com/tapwork/WatchdogInspector/releases/tag/0.2.1

@kidsid49
Copy link
Author

I am using these lines in my pod file.
and platform is iOS 8 only.


platform :ios, '8.0'
use_frameworks!

pod "WatchdogInspector"

@tapwork
Copy link
Owner

tapwork commented Mar 10, 2016

and does it work now?
maybe try a pod update WatchdogInspector

@kidsid49
Copy link
Author

With little debugging I am getting this message.
For the moment, I am gonna add it manually inside my app.

$ pod repo update --verbose

Updating spec repo `ios-pod-specs`
  $ /usr/bin/git pull --ff-only
  ERROR: Repository not found.
  fatal: Could not read from remote repository.

  Please make sure you have the correct access rights
  and the repository exists.


Updating spec repo `master`
  $ /usr/bin/git pull --ff-only

@tapwork
Copy link
Owner

tapwork commented Mar 10, 2016

Maybe it has something to do with the GitHub / CocoaPods issue / rate limit due to the heavy load caused by CocoaPods
CocoaPods/CocoaPods#4989 (comment)
does it work with ?

pod 'WatchdogInspector', git: 'git@github.com:tapwork/WatchdogInspector.git'

@tapwork tapwork closed this as completed Apr 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants