Top "Cocoapods" questions

CocoaPods is the dependency manager for Cocoa projects.

How to build cocoa touch framework for all architectures dependent on other frameworks added using cocoapods?

I want to create a private cocoapod of the output framework built for both simulators and devices. I have created …

ios objective-c cocoapods podspec cocoa-touch
Create podspec to ship static library

I'm trying to ship a static library via cocoapods. I was given the library without any build directions right now …

ios objective-c static-libraries cocoapods .a
Building a Cocoapod with Swift and dependency on Objective-C framework

I know there are already a few questions on this theme here on SO, but very few have accepted answers, …

ios swift cocoapods google-maps-sdk-ios lint
No such module 'SDWebImage'

I installed SDWebImage using CocoaPods. My podfile was as it is written in the https://github.com/rs/SDWebImage platform :…

ios swift2 cocoapods sdwebimage
Combine Cocoapods and Carthage

I'm creating a Swift framework that is dependent on several other third party frameworks. Both these other frameworks support Carthage …

ios xcode swift cocoapods carthage
How to include AFNetworking as a Framework for using in an iOS App and Extension via CocoaPods

NB: This is related to this question on project structure, but I have decided to a vastly the use-case to …

ios xcode6 afnetworking cocoapods ios8-extension
Flutter 'Error running pod install' 'Pods-Runner' target has transitive dependencies

When trying to run my flutter project I get: Error running pod install (I saw another very similar post but …

ios flutter dart cocoapods flutter-dependencies
Using SwiftyJSON with Swift3

How do I use SwiftyJSON with Swift3? I've installed the pod. pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.…

swift3 cocoapods swifty-json
Linker error comes while running as well as testing the Xcode workspace after updating KIF framework via cocoapods

I have an Xcode workspace in which I have updated to KIF 2.0(pod update via terminal & pod 'KIF' in …

ios7 xcode5 cocoapods kif-framework kif
'Google/Analytics.h' file not found - XCode 7

I am having much trouble integrating Google Analytics SDK into my iOS project. I am using XCode 7 and targeting iOS 7. …

xcode cocoapods ios9 xcode7 google-analytics-sdk