Top "Cocoapods" questions

CocoaPods is the dependency manager for Cocoa projects.

Cocoa Pods not updating pods on El Capitan

I've upgraded to El Capitan and since then I can't update my pods. $ pod update -bash: pod: command not found …

ios cocoapods osx-elcapitan
Сocoapods trunk URL couldn't be downloaded

I am getting this error when I try to pod repo update and pod install CDN: trunk URL couldn't be …

ios iphone cocoapods podfile pod-update
Cocoapods 1.0: Header files not found

I just tried to update from cocoapods 0.39.x to Cocoapods 1.0. Running pod install from the terminal causes no warnings. Everything …

ios swift cocoapods bridging-header
How to remove one of the cocoa pods plugin from Xcode project

anyone know how to remove one of the cocoa pods plugin from Xcode project ? For example, I have installed afnetworking …

cocoapods xcode6.3
Error using Pod Install command on Podfile in Terminal

I have installed Cocoapods, and created a Podfile using Atom containing the following lines: pod ‘Parse’, ‘~> 1.7.1′ pod ‘ParseUI’, ‘~> 1.1.3′ …

xcode parsing cocoapods ipod podfile
Could not build module 'UIKit" in cocoapods since Xcode 5.1

I cannot build my application anymore since I updated Xcode to the new version (Xcode 5.1). the error message is 'Could …

uikit cocoapods xcode5.1
Alamofire Xcode 8 Swift 3 results in 786 compile errors

I am using the Xcode 8.0 GM. I created a default single-view app with my deployment target set to 9.0. In my …

ios swift xcode cocoapods alamofire
"pod install" returns "[!] Unable to find a target"

I just started this tutorial on creating a weather app for ios. Everything was going fine until I typed pod …

ios terminal installation cocoapods weather
"pod init" creates error that says "You need at least git version 1.8.5 to use CocoaPods"

I was not able to install any pod in my system. Hence, I removed cocoapods from my Mac and then …

ios xcode cocoapods command-line-tool
CocoaPods: point to a branch in pod spec

I'm trying to install code from a repository's branch on a pod spec, and based on the documentation, this should …

ios git cocoa cocoapods podspec