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

Failing to install through cocoapods #260

Closed
marius-serban opened this issue Sep 26, 2014 · 4 comments
Closed

Failing to install through cocoapods #260

marius-serban opened this issue Sep 26, 2014 · 4 comments

Comments

@marius-serban
Copy link

After creating a new project in Xcode, I added

pod 'Typhoon', :head

to my Podfile. When trying to install the pod, I get the following error:

MacbookPro:MyNewProject moneymalone$ pod install
Analyzing dependencies
Downloading dependencies
Installing Typhoon (HEAD based on 2.2.1)
[!] /usr/bin/git submodule update --init --depth 1

Submodule 'Source/Vendor/OCLogTemplate' (https://github.com/typhoon-framework/OCLogTemplate.git) registered for path 'Source/Vendor/OCLogTemplate'
Cloning into 'Source/Vendor/OCLogTemplate'...

fatal: reference is not a tree: f0a76376a6b13b014b2785f54f106b84ebc83e8c

Unable to checkout 'f0a76376a6b13b014b2785f54f106b84ebc83e8c' in submodule path 'Source/Vendor/OCLogTemplate'
@jasperblues
Copy link
Member

Hi @moneymalone

What version of CocoaPods are you using? I think you simply need to upgrade. Also cleaning your repo dir might help.

#259

Are you by any chance using cocoapods-0.34.0.rc2? I am currently getting this issue while using 0.34.0rc2, but when I switch over to cocoapods-0.33.1 the issue is resolved.

@jasperblues
Copy link
Member

Since a lot of people are getting this issue, would you mind asking on StackOverflow, and I'll answer it there?

@marius-serban
Copy link
Author

Here's the question on StackOverflow: http://stackoverflow.com/questions/26072877/typhoon-failing-to-install-using-cocoapods
I'm using Cocoapods 0.34.0

@marius-serban
Copy link
Author

Solved by upgrading to Cocoapods 0.34.1

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