AppBlade / AppBladeSDK

The SDK for AppBlade; iOS and Android
https://appblade.com
MIT License
23 stars 14 forks source link

Pod install - spec not found #98

Closed russellbstephens closed 8 years ago

russellbstephens commented 9 years ago

[!] 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 commented 9 years ago

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 commented 9 years ago

Thanks that worked

natecope commented 8 years ago

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

mtjhax commented 8 years ago

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

natecope commented 8 years ago

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 https://github.com/AppBlade/AppBladeSDK/issues/98#issuecomment-173254312 .

mtjhax commented 8 years ago

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.