Top "Cocoapods" questions

CocoaPods is the dependency manager for Cocoa projects.

Cocoa Pod Syntax error

Im running Maverick with Cocoa pods version 0.27.1. I've created a pod file in textedit in plain format with following text. …

xcode workspace cocoapods
Pods was rejected as an implicit dependency for 'libPods.a' because its architectures 'XXX' didn't contain all required architectures

A friend updated Cocoapods in our project. When I pulled the latest stuff from git I got the following error: …

xcode compiler-errors cocoapods
How to use cocoapods with playground?

I am trying out some pods before I implement it with my main project I want to make sure it …

ios xcode swift cocoapods swift-playground
How to rebuild development pod changes?

I have a development pod that I connect to the my app locally using :path => '~/Projects/Swift/pod'. …

ios xcode cocoapods
Using CocoaPods with multiple projects

I have a workspace that contains: myiPhone.xcodeproj sharedStuff/sharedStuff.xcodeproj sharedStuff.xcodeproj builds a static library that is a …

ios xcode cocoapods xcconfig
How to install facebook sdk for iOS using cocoapods?

In the facebook's documentation: Here: https://developers.facebook.com/docs/ios/getting-started It's written that we could use: pod \'Facebook-iOS-SDK\…

ios objective-c swift cocoapods facebook-ios-sdk
Cocoapods use_frameworks! import issue

I want to use some Swift pods in my Objective-C app, so I need to use frameworks instead of static …

objective-c xcode cocoapods facebook-ios-sdk
"pod update" doesn't update to latest version

Here is my podfile I use in the project: source 'https://github.com/CocoaPods/Specs.git' platform :ios, '9.0' …

ios cocoapods afnetworking-2
Xcode 12 deployment target warnings when using CocoaPods

I get this warning on Xcode 12: The iOS Simulator deployment target IPHONEOS_DEPLOYMENT_TARGET is set to 8.0, but the range …

xcode cocoapods warnings xcode12
The dependency `AFNetworking (~> 2.5)` is not used in any concrete target

I want to install AFNetworking but I have a problem, how can I fix and install? I used Getting Started …

ios xcode git afnetworking cocoapods