CocoaPods is the dependency manager for Cocoa projects.
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-toolkitAfter 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-frameworksI'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-beta6localhost: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 abortHow can you disable bitcode for your project and cocoapod dependencies? Here is the error I get when trying to …
ios cocoapods bitcodeI am currently setting the legacy in the Podfile to SWIFT_VERSION = 2.3, but some of the libraries I am using …
swift cocoapods podfileI have a list of libraries in my Pod file. I decide to add new one to Pod file. But …
ios xcode cocoapods