Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

[!] Unable to find a specification for SAMKeychain #147

Open
cnowak7 opened this issue Aug 1, 2016 · 5 comments
Open

[!] Unable to find a specification for SAMKeychain #147

cnowak7 opened this issue Aug 1, 2016 · 5 comments

Comments

@cnowak7
Copy link

cnowak7 commented Aug 1, 2016

I'm trying to incorporate this framework in my project. This is how I have my Pods file set up:

# Uncomment this line to define a global platform for your project
platform :ios, '8.0'

target 'My App' do
  # Uncomment this line if you're using Swift or would like to use dynamic frameworks
  use_frameworks!

  pod 'Charts/Realm'
  pod 'PageMenu'
  pod 'SAMKeychain'

end

After trying to run "pod install", I get the following error in my Terminal:

[!] Unable to find a specification for SAMKeychain

How do I fix this?

@TheLittleBoy
Copy link

run "pod update"

@zebganzo
Copy link

Hi! I have the same problem. I tried to use SAMKeychai with pod 'SAMKeychain' and with s.dependency 'SAMKeychain' in my podspec file too, but the pod install/update failed everytime giving to me this error "[!] Unable to find a specification for SAMKeychain".

@stevel6868
Copy link

I can resolve this by specifying the repository explicitly in the Podfile before running pod update

pod 'SAMKeychain', :git => 'https://github.com/soffes/SAMKeychain'

@cnowak7
Copy link
Author

cnowak7 commented Aug 23, 2016

I ran "pod update" and it ended giving me the same problem. I ended up solving my problem by just copying the source code files into my project. Cocoapods really knows how to test people's patience >:I

@danielbowden
Copy link

You should run

pod repo update

or

bundle exec pod repo update

As of CocoaPods 1.0, pod repo update does not happen on pod install by default so it's likely your source repo is out of date

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants