Top "Cocoapods" questions

CocoaPods is the dependency manager for Cocoa projects.

gem install fails with openssl failure

I tried to install cocoapods (http://cocoapods.org/) on my OSX Mountain Lion. moshe-mbp:~ moshem$ gem install cocoapods ERROR: Could …

ruby macos rubygems openssl cocoapods
No such module 'RestKit' with cocoapods and swift

I am having this problem with a brand new project. This problem happens with both RestKit and Facebook SDK. Strangely …

swift restkit cocoapods facebook-ios-sdk
Why do we use use_frameworks! in CocoaPods?

I have used use_frameworks! in CocoaPods Podfile many times. I just wonder why do we use it? I couldn't …

ios frameworks cocoapods static-libraries
CocoaPods not working in macOS High Sierra

After upgrading to macOS High Sierra CocoaPods is not working. While it is tempting to move away from CocoaPods, it's …

ruby cocoapods macos-high-sierra
Xcode: ld: library not found for -lAFNetworking

Because of this one reason, build always fails...Any ideas about what I could try? EDIT: the solution is to …

xcode clang afnetworking cocoapods ld
Framework not found GoogleToolboxForMac

After I update my Firebase via "pod update", I got error like this : ld: warning: directory not found for option …

ios firebase swift2 cocoapods google-toolbox-for-mac
Error: ld: library not found for -lPods with CocoaPods

after i installed DTCoreText (https://github.com/Cocoanetics/DTCoreText) with Cocoapods i always get an error when i try to …

ios objective-c cocoapods dtcoretext
running pod set up gives me "bad interpreter: No such file or directory"

recently tried to do pod setup and i get this: -bash: /usr/local/bin/pod: /usr/local/opt/ruby/bin/…

ruby cocoapods podspec
Libraries not found when using CocoaPods with iOS logic tests

I am trying to write some iOS logic tests against classes in my project that use functionality from some of …

ios unit-testing cocoapods
Cocoapods commands fail due to "No such file or directory @ dir_initialize - /Users/<username>/.cocoapods/repos (Errno::ENOENT)"

Can anyone help me resolve the error in the stack trace below? This occurs when I run any pod command. …

cocoapods