Top "Cocoapods" questions

CocoaPods is the dependency manager for Cocoa projects.

CocoaPods arm64 issue

When using Podfile for developing iOS 7 app with Xcode5, we always got this issue. After some searching, seems like no …

ios7 xcode5 cocoapods arm64
Swift bridging header file won't work with use_frameworks

I'm trying to use GoogleidentityToolkit library to handle login an things. I enable use_frameworks! on my pod file, but …

ios swift cocoapods google-identity-toolkit
CocoaPods could not find compatible versions for pod "Firebase/Core” | cloud_firestore, Flutter

I am having some issues in the pod, see below Launching lib/main.dart on iPhone X in debug mode... …

ios firebase flutter cocoapods podfile
How to reference header files in Bridging-Header.h after updating CocoaPods to 0.36.x and above?

After updating to CocoaPods 0.36.x, I am unable to add imports into my Bridging-Header.h file. I get the "DBSphereView.…

ios swift cocoapods ios-frameworks
Use Cocoapods with an App Extension

I'm trying to build a photo App Extension in Xcode 6 Beta-6 that uses cocoapods libraries. The bridging header that Xcode …

swift ios8 cocoapods ios-app-extension xcode6-beta6
Xcode 8 cocoapods abort trap: 6

localhost:PodTest3 haiwang$ pod install Analyzing dependencies Downloading dependencies Installing MBProgressHUD (0.9.2) Installing Masonry (1.0.2) Generating Pods project Abort trap: 6 After upgrading …

cocoapods xcode8 abort
Disable bitcode for project and cocoapods dependencies with Xcode 7?

How can you disable bitcode for your project and cocoapod dependencies? Here is the error I get when trying to …

ios cocoapods bitcode
How to set the Legacy Swift Versions for each Pod in Podfile

I am currently setting the legacy in the Podfile to SWIFT_VERSION = 2.3, but some of the libraries I am using …

swift cocoapods podfile
CocoaPods how to install only one new library

I have a list of libraries in my Pod file. I decide to add new one to Pod file. But …

ios xcode cocoapods
Always get build error : No such module 'Alamofire'

I followed the instruction of Alamofire in github, I created an xcode project named cocoapods-test & I closed it. I …

ios xcode swift cocoapods alamofire