Top "Cocoapods" questions

CocoaPods is the dependency manager for Cocoa projects.

PhaseScriptExecution failed for react-native-config on XCode build

I am trying to build my React Native project on Xcode and it is failing. The build target is react-native-config …

ios xcode react-native cocoapods react-native-config
'sudo gem install cocoapods' doesn't work on El Capitan 10.11.4 , ERROR: Could not find a valid gem 'cocoapods' (>= 0) in any repository

Upgrading from Yosemite to El Capitan seem to have wiped out the already installed CocoaPods. When I pod install Alamofire/…

xcode cocoapods osx-elcapitan
pod install failed on macOS Big sur

I am pretty new to macOS and recently shift to macOS from windows, I started to working on react-native app …

react-native cocoapods react-native-ios development-environment macos-big-sur
RPC failed; curl 56 SSLRead() return error -9806 MiB/s

I am trying to install my cocoa pods. After doing everything and installing it i got the error : [!] Unable to …

xcode github terminal cocoapods cocoapods-1.0.1
<PBXResourcesBuildPhase UUID=..> attempted to initialize an object with an unknown UUID

I have taken SVN check-in for a project. Thereafter I have installed pod via terminal. After installation of pod there …

xcode svn cocoapods xcode7.2
Integrating pods with all targets

I have been using CocoaPods for a few weeks now with my iOS app and it works perfectly with the …

ios cocoapods podfile xcode-project
Cocoapods - can't locate file for: -lPods / -lPods is not an object file (not allowed in a library)

I have an iOS static library that isn't building. It uses cocoapods to manage a number of dependencies as well …

ios static-libraries static-linking cocoapods
what is the usage of "~>" in cocoapods

I want to know what the "~>" is used for,cause I find they are the same below: pod 'AFNetworking',…

ios cocoapods podfile podfile-lock
Module file's deployment target is ios9.0 v9.0 with Xcode 7 / Swift 2

I have a project using some modules that I have installed via cocoapods. One of them is Charts. In order …

swift cocoapods swift2 xcode7 ios-charts
Invalid Bundle, The bundle contains disallowed nested bundles, contains disallowed file 'Frameworks'

I added a shared framework to share code between app and watch extension. Later I removed the shared framework since …

ios cocoapods watchkit