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

Pod install - spec not found #98

Closed
russellbstephens opened this issue May 5, 2015 · 6 comments
Closed

Pod install - spec not found #98

russellbstephens opened this issue May 5, 2015 · 6 comments

Comments

@russellbstephens
Copy link

[!] Unable to find a specification for 'appblade'.

I've tried using both

pod 'appblade'
&
pod 'appblade', :git => 'https://github.com/AppBlade/AppBladeSDK.git', :commit => '955a74d379a407d6d8f5b93f733de19281436e16'

@mtjhax
Copy link
Contributor

mtjhax commented May 5, 2015

Hey Russell, it appears that in CocoaPods version 0.37.0 they made pod names case-sensitive, so if you change to 'AppBlade' it will work again.

@russellbstephens
Copy link
Author

Thanks that worked

@natecope
Copy link

I am having this problem. I tried the case sensitive fix, and still can't find it.

@mtjhax
Copy link
Contributor

mtjhax commented Jan 20, 2016

We'll check that out ASAP... haven't needed to load up the CocoaPod recently so something may have expired/moved/broken/etc.

@mtjhax mtjhax reopened this Jan 20, 2016
@natecope
Copy link

Looks like we've got it worked out. We needed to use double quotes instead
of single quotes in the podfile.

thanks!
-nate

On Wed, Jan 20, 2016 at 11:15 AM, Michael Johnson notifications@github.com
wrote:

We'll check that out ASAP... haven't needed to load up the CocoaPod
recently so something may have expired/moved/broken/etc.


Reply to this email directly or view it on GitHub
#98 (comment)
.

@mtjhax
Copy link
Contributor

mtjhax commented Jan 20, 2016

For what it's worth, a new project with the most recent version of cocoapods and a Podfile consisting only of pod 'AppBlade' worked properly. Not sure why yours required double quotes but that is good to keep in mind.

@mtjhax mtjhax closed this as completed Jan 20, 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

3 participants