Top "Cocoapods" questions

CocoaPods is the dependency manager for Cocoa projects.

How to clear or clean specific pod from the local cocoapods cache

How to delete or clear a specific pod from cocoapods cache? Tried deleting the entire cache directly, it takes lot …

ios xcode cocoapods
How do I specify multiple targets in my podfile for my Xcode project?

I'm using CocoaPods with my Xcode 4 project and I have three targets for my project (the default, one for building …

xcode target cocoapods
CocoaPods - use specific pod version

I am using CocoaPods for a macOS app. I have compilation errors with AFNetworking (current version, 1.2.1) and saw that these …

cocoapods
Cocoapods: Failed to connect to GitHub to update the CocoaPods/Specs specs repo

When running pod repo update the following error is generated: Updating spec repo `master` [!] Failed to connect to GitHub to …

ios xcode cocoapods cocoapods-1.0.1
ERROR: Error installing cocoapods: ERROR: Failed to build gem native extension

I am trying to install cocoapods to my MacBook Pro running with OSX 10.9.1 (new Mavericks) and after type gem install …

ios osx-mavericks cocoapods
'No such module' when I use CocoaPods

So here's my procedure. I create a new Podfile in the project directory, then I added the following platform :ios, …

ios xcode swift cocoapods
Incorrect path for Pods.debug.xcconfig in Xcode?

so I used Venmo/Synx on my Xcode project with CocoaPods, and it completely screwed everything up. I was able …

cocoapods xcode6.1 xcconfig
Error on pod install

I have a working project the uses a pod file for some weeks now. When I learned that some of …

cocoapods
Cannot install cocoa pods after uninstalling, results in error

I removed cocoa pods because it claimed it had installed, but kept saying the command pod wasn't found afterward. When …

ios terminal installation cocoapods
How to find out the version of installed cocoa pods?

How to find out the version of installed cocoa pods? I'm not asking about the version of the cocoa pods …

macos cocoapods