Top "Cocoapods" questions

CocoaPods is the dependency manager for Cocoa projects.

Cocoapods : target has transitive dependencies that include static binaries when installing 'VialerSIPLib'

I'm trying to install an objective-c Wrapper for Jsip 'VialerSIPLib' and use it in my swift project here is my …

ios swift swift3 cocoapods pjsip
What is podfile.lock in our Xcode projects and why is it used?

I am a beginner in using pods in Xcodeprojects. I have been confused by pod file.lock. I want to …

swift3 cocoapods objectmapper
Running pod install from Xcode cocoapods plugin

I am trying to run a pod install command from the Xcode cocoapods plugin. When I run the update/install …

ios ruby rubygems cocoapods rbenv
cocoapods permission issue in High Sierra?

I updated my macOS to High Sierra, Now installing dependencies through cocoapods in my iOS application. But I face the …

ruby rubygems cocoapods macos-high-sierra
Undefined symbols for architecture armv7 while using Google-Maps-iOS-SDK (1.8.1)

I am trying to add Google-Maps-iOS-SDK (1.8.1) using cocoapods (0.33.1). Deployment target version: iOS 7.0 I have added this pod: pod 'Google-Maps-iOS-SDK', '~&…

ios google-maps cocoapods google-maps-sdk-ios
CocoaPods generates invalid project file (header not found)

I have a project file with a Podfile that looks like this: platform :ios, '7.0' def import_pods pod …

ios objective-c restkit cocoapods
Glog : configure: WARNING: 'missing' script is too old or missing

My question is about how to solve the missing script is too old or missing!! checking for a BSD-compatible install... /…

ios cocoapods glog
Error: RNFirebase core module was not found natively on iOS

I created a new app and I am trying to use react-native-firebase. But I continually get this error: RNFirebase core …

react-native cocoapods react-native-firebase
Configuring Cocoapods with an existing static library and iOS application

I'm having trouble getting my workspace to compile correctly with Cocoapods. There are 3 projects in the workspace, each with their …

ios xcode static-libraries cocoapods
Building a distributable static library that uses cocoapods

I'm building a static library to be distributed to other iOS developers and having some trouble configuring the linker to …

objective-c xcode static-libraries cocoapods