AfonsoTsukamoto / ATTutorialController

A tutorial controller ready to use. Uses its own UIWindow.
MIT License
83 stars 10 forks source link

Example Project Pod Install - Unable to fetch from ../ #3

Open VentureNguyen opened 9 years ago

VentureNguyen commented 9 years ago

Hi,

In trying to use the example project by following the README.md, the installation says to run 'pod install' from the Example directory first. However, when trying to do the pod install, I get an error. Cocoapods installation for my project works fine.

pod install
Analyzing dependencies

CocoaPods 0.35.0 is available.
To update use: `gem install cocoapods`

For more information see http://blog.cocoapods.org
and the CHANGELOG for this version http://git.io/BaH8pQ.

Fetching podspec for `ATTutorialController` from `../`
[!] Unable to satisfy the following requirements:

- `ATTutorialController (from `../`)` required by `Podfile`
AfonsoTsukamoto commented 9 years ago

Hi,

Sorry for the delay, I think we are in different timezones :)

Btw, this was my first pull request ever! Awesome! :D

I will check what is happening and the pull request later today. Sorry for that :/

I’ll keep you updated!

Thanks!

Regards,

Afonso Tsukamoto

On 03 Dec 2014, at 23:44, John notifications@github.com wrote:

Hi,

In trying to use the example project by following the README.md, the installation says to run 'pod install' from the Example directory first. However, when trying to do the pod install, I get an error. Cocoapods installation for my project works fine.

pod install Analyzing dependencies

CocoaPods 0.35.0 is available. To update use: gem install cocoapods

For more information see http://blog.cocoapods.org and the CHANGELOG for this version http://git.io/BaH8pQ.

Fetching podspec for ATTutorialController from ../ [!] Unable to satisfy the following requirements:

  • ATTutorialController (from../) required by Podfile — Reply to this email directly or view it on GitHub.
alwaysbewealthy commented 9 years ago

same here, any updates on the issue?