Top "Cocoapods" questions

CocoaPods is the dependency manager for Cocoa projects.

How to install CocoaPods?

I referred too many links and tried, but had no success. If any one has an idea then please please …

ios swift xcode rubygems cocoapods
How to remove CocoaPods from a project?

What's the right way of removing CocoaPods from a project? I want to remove the whole CocoaPod. Due to some …

xcode cocoapods
Error "library not found for" after putting application in AdMob

I am getting an error after I put my application in an AdMob. The app was working until today. The …

ios xcode admob cocoapods
Undefined symbols for architecture arm64

I am getting a Apple Mach-O Linker Error everytime I import a file from CocoaPods. Undefined symbols for architecture arm64: "_…

ios xcode xcode5 cocoapods
Xcode - ld: library not found for -lPods

I get these errors when I try to build an iOS application. ld: library not found for -lPods clang: error: …

ios objective-c xcode clang cocoapods
pod install -bash: pod: command not found

I installed pod some time ago. However, it's stopped working so I'm working through this again. However, I almost immediately …

cocoapods
Updating to latest version of CocoaPods?

I'm having some issues installing Alamofire 4.0 into my project. I've got the latest version of Xcode, running Swift 3, and when …

ios swift xcode cocoapods
Error: "The sandbox is not in sync with the Podfile.lock..." after installing RestKit with cocoapods

I've encounter an strange issue after installing RestKit with cocoapods. after resolving RestKit dependency for my project with cocoapods and …

cocoapods restkit-0.20
How to check version of a CocoaPods framework

I have updated Flurry via CocoaPods, but how can I check if Flurry was updated? I mean the terminal shown …

ios version cocoapods
Remove or uninstall library previously added : cocoapods

I added an external framework via cocoapods into my iOS application. How can i remove that library from the project?

ios iphone ipad cocoapods