Top "Cocoapods" questions

CocoaPods is the dependency manager for Cocoa projects.

Xcode 8 - Missing Files warnings

Ever since upgrading to Xcode 8 using Swift 2.3 I have several missing files warnings. They are all related to pods that …

ios cocoapods xcode8
What exactly does `pod repo update` do?

I'm following an internet tutorial on Firebase and as part of it, I had to do some work on the …

ios iphone xcode cocoapods podfile
How to install a pod from a specific branch?

I'm trying add add a pod by cocoapods, and I am using swift 3, while the pod(SQlite.swift). I am …

xcode git cocoapods podfile
Cocoapods + Cannot load underlying module for 'x'

I am running XCode 7, Swift 2.0, iOS 9. I want to install Alamofire in my project using Cocoapods. I have done the …

ios swift afnetworking cocoapods alamofire
Alamofire No Such Module (CocoaPods)

Using Xcode 7 I am trying to install Alamofire in a sample project. Have used the instructions from Ray Wenderlich's page …

ios cocoapods alamofire
Cocoapods ld: library not found for -lPods-Projectname

I've installed cocoa pods library and some frameworks through it. Now when I compile project the build fails. Error: ld: …

ios objective-c cocoapods
cocoapods not installing

What does it mean and how can I fix it: pod install /Library/Ruby/Site/2.0.0/rubygems.rb:250:in `find_spec_…

ios cocoa cocoapods
Pod Error in Xcode "Id: framework not found Pods"

I am trying to clone a project from a bitbucket repository and am getting an error Id: framework not found …

ios xcode git cocoapods ios-frameworks
Apple Mach -O Linker (Id) Error?

I am trying to build this xcode workspace which was built from Unity. And after modifying the project a little …

ios xcode unity3d linker cocoapods
How to import and use Swift Pod Framework in Objective-C Project

I've been trying to checkout CocoaPods new framework setup to get some Pods going and I'm having trouble using the …

objective-c swift cocoapods