asafkorem / COSTouchVisualizer

Visualize touches, gestures and long presses on your iPhone or iPad
https://www.conopsys.com/COSTouchVisualizer/
MIT License
960 stars 70 forks source link

Install of Example project fails #3

Closed RepublicOfAppsLLC closed 10 years ago

RepublicOfAppsLLC commented 10 years ago

Hi,

I tried to follow your instructions:

To run the example project; clone the repo, and run pod install from the Example directory first.

I did:

shell> git clone git@github.com:conopsys/COSTouchVisualizer.git
shell> cd COSTouchVisualizer
shell> cd Example
shell> pod install
Analyzing dependencies
Fetching podspec for `COSTouchVisualizer` from `../COSTouchVisualizer.podspec`
[!] Unable to satisfy the following requirements:
- `COSTouchVisualizer (from `../COSTouchVisualizer.podspec`)` required by `Podfile`

If however, I change the path to be an absolute path, it works fine:

# Set :path => /Users/joel/Documents/COSTouchVisualizer/COSTouchVisualizer.podspec
shell> pod install
Analyzing dependencies
Fetching podspec for `COSTouchVisualizer` from `/Users/joel/Documents/COSTouchVisualizer/COSTouchVisualizer.podspec`
Downloading dependencies
Installing COSTouchVisualizer (1.0.1)
Generating Pods project
Integrating client project

Obviously you can't commit the absolute path to the Example project.

I am on OS X 10.9.2.

Any ideas?

Thanks. By the way, this pod is awesome stuff!

joeblau commented 10 years ago

Did you try pod update? I think the sample already has pod install run and the only command that is left is to run update.

joeblau commented 10 years ago

I'm going to close this since I can't replicate this issue.