Top "Cocoapods" questions

CocoaPods is the dependency manager for Cocoa projects.

What does inherit! :search_paths do?

After looking at CocoaPods' own example (from https://guides.cocoapods.org/syntax/podfile.html#abstract_target) # Note: There are no …

ios xcode cocoapods
Xcodebuild fails in jenkins with cocoapods

I am using the xcode plugin. I had looked around, but most of the "solutions" did not work. My main …

xcode jenkins terminal cocoapods xcode-workspace
Apple Mach-O-Linker Error CocoaPods

I've been trying to get my app up and running. From what I could tell the app was missing Cocoapods …

ios objective-c xcode cocoapods mach-o
Using Cocoapods libraries in Flutter iOS platform specific code

I'm trying to use a Cocoapods library (for an external SDK) but I haven't found any documentation to do it. …

ios swift flutter cocoapods platform-specific
Prevent duplicate symbols when building static library with Cocoapods

While I've seen many questions dealing with Cocoapods and static libraries, most of them seem to assume you'll eventually have …

ios objective-c static-libraries cocoapods
FirebaseApp.configure() has an error use of unresolved identifier 'FirebaseApp'

So every time in my pod file I decide to add something like pod 'Firebase/Storage’ with pod 'Firebase/Core’, …

xcode firebase cocoapods firebase-storage
'The 'Pods' target has transitive dependencies that include static binaries' when installing GCM

I'm trying to install Google Cloud Messaging for my iOS application (using swift). I've added it to my Podfile like …

ios cocoapods google-cloud-messaging
Module compiled with Swift 4.1.2 cannot be imported in Swift 4.1.50: Xcode 10 Error

Swift 4.2 came out and I'm receiving this error message in my project when using ObjectMapper and some other pods too: …

ios cocoapods carthage xcode10 swift4.1.5
Pod install not working in react-native mac os catalina 10.15

Error: System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby: bad interpreter: No such file or directory in mac os …

ios react-native installation cocoapods macos-catalina
Add run script build phase to Xcode project from podspec

I'm trying to write Cocoapods specification for my library which must modify Xcode project and add "Run Script Build Phase" …

ios ruby xcode cocoapods xcodeproj