Top "Cocoapods" questions

CocoaPods is the dependency manager for Cocoa projects.

Installing Cocoapods on OS X El Capitan error

First of all. I updated to El Capitan because of iOS 9.3 and it's support only in xCode 7.3. After update I …

ios rubygems cocoapods osx-elcapitan
Cocoapods "pod update" installs old pods

I am trying to set up CI on Xcode Server by creating a bot for an iOS app. I use …

ios xcode server continuous-integration cocoapods
CocoaPods and GitHub forks

This is my first time forking a GitHub project, and I'm not too competent with CocoaPods either, so please bear …

github cocoapods git-fork
I'm getting a "No podspec found" message when doing "pod install" against a private gitlab pod/project container

I'm in the middle of some CocoaPods project trying to build my own private Pod, reachable via "pod install" from …

ios ssh cocoapods gitlab podspec
Xcode 10 archiving fails - only on command line (xcodebuild)

I'm having issues with archiving on my CI machine (Jenkins), when running the process manually on the SAME machine but …

ios cocoapods xcodebuild xcode10 archiving
error using cocoapods "use_frameworks!" SWIFT

I had a clean swift project, using some cocoapods : Parse, AFNetworking and RESideMenu. I need to use STZPopupView pod, so …

ios swift cocoapods residemenu
LoadError - library not found for class Digest::SHA1 -- digest/sha1

When running pod install it runs into a problem when installing yoga. Seems to be a problem with my ruby …

ios ruby cocoapods rbenv podfile
How to bundle CocoaPods dependencies with Cordova Plugin?

I'm developing a Cordova plugin, and for the iOS platform, I'd like to incorporate a few existing (non-cordova-specific) Cocoapods. I …

ios cordova cocoapods cordova-plugins
Error installing CocoaPods - macOS BigSur

I'm learning how to program, and I am trying to install Cocoapods, but I'm getting an error with sudo gem …

xcode macos rubygems cocoapods libffi
Podfile: Path of local pod relative to Projectpath possible?

I am trying to add local pods to my objective c iOS project. Is there a way to use the …

ios objective-c swift cocoapods podfile