-
Notifications
You must be signed in to change notification settings - Fork 14
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
Comments
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. |
Thanks that worked |
I am having this problem. I tried the case sensitive fix, and still can't find it. |
We'll check that out ASAP... haven't needed to load up the CocoaPod recently so something may have expired/moved/broken/etc. |
Looks like we've got it worked out. We needed to use double quotes instead thanks! On Wed, Jan 20, 2016 at 11:15 AM, Michael Johnson notifications@github.com
|
For what it's worth, a new project with the most recent version of cocoapods and a Podfile consisting only of |
[!] 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'
The text was updated successfully, but these errors were encountered: