Top "Cocoapods" questions

CocoaPods is the dependency manager for Cocoa projects.

How to downgrade or install an older version of Cocoapods

How can I downgrade Cocoapods to an older version, or how can I install an older version of Cocoapods?

ios cocoapods
How to running CocoaPods on Apple Silicon (M1)

I have a Flutter project that I'm trying to run on iOS. It runs normally on my Intel-based Mac, but …

ios macos flutter cocoapods apple-silicon
ld: framework not found Pods

I'm trying to add a framework to my IOS project but when I build I always got the same message : …

ios xcode cocoapods
library not found for -lPods

I got an error when archiving a project. This is my environment. Mac OS Lion Xcode 4.3.1 iOS SDK 5.1 The project …

iphone objective-c ios xcode4.3 cocoapods
iOS - Build fails with CocoaPods cannot find header files

I have an iOS project using CocoaPods. Everything was working smoothly until another developer started to work on the same …

objective-c ios cocoa build cocoapods
CocoaPods Errors on Project Build

I'm unable to build a project that uses CocoaPods. I get the following errors: diff: /../Podfile.lock: No such file …

objective-c cocoa-touch cocoapods build-error
How to update a single pod without touching other dependencies

I understand that the following command will update a single pod: pod update <podname>. However this also updates …

cocoa cocoapods
cocoapods - 'pod install' takes forever

I was trying to update the existing pods with the pod install command, but it takes forever to run. The …

ios command cocoapods repo pod-install
The target ... overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Pods.xcconfig

I have incorporate SpatialIite into a Xcode project which uses a header file from Proj.4, just one header. Both are …

xcode cocoapods
What goes into your .gitignore if you're using CocoaPods?

I've been doing iOS development for a couple of months now and just learned of the promising CocoaPods library for …

objective-c git cocoapods