Top "Podfile" questions

The Podfile is a specification that describes the dependencies of the targets of one or more Xcode projects.

Flutter: CocoaPods's specs repository is too out-of-date to satisfy dependencies

Current, I was trying to add firebase_core: ^0.5.0+1 and firebase_crashlytics: ^0.2.1+1 packages in my flutter project with the latest versions, …

ios firebase flutter cocoapods podfile
LoadError - library not found for class Digest::SHA1 -- digest/sha1

When running pod install it runs into a problem when installing yoga. Seems to be a problem with my ruby …

ios ruby cocoapods rbenv podfile
ld: framework not found after pod install

I added Firebase libraries to my project, and then I got this error. When I compile it, Xcode can't find …

ios swift firebase podfile
Podfile: Path of local pod relative to Projectpath possible?

I am trying to add local pods to my objective c iOS project. Is there a way to use the …

ios objective-c swift cocoapods podfile
Integrating pods with all targets

I have been using CocoaPods for a few weeks now with my iOS app and it works perfectly with the …

ios cocoapods podfile xcode-project
what is the usage of "~>" in cocoapods

I want to know what the "~>" is used for,cause I find they are the same below: pod 'AFNetworking',…

ios cocoapods podfile podfile-lock
Pod install takes too long time

I'm trying to install my pods with pod install, it prints Setting up CocoaPods master repo and it takes too …

cocoapods podfile
Flutter: Cocoapods The 'Pods-Runner' target has transitive dependencies that include static binaries: Flutter.framework

I am getting this error while running pod install [!] The 'Pods-Runner' target has transitive dependencies that include static binaries: (/Users/…

swift xcode dart flutter podfile
CocoaPods could not find compatible versions for pod "Flipper-Folly"

I have been trying to run ios for a new but kept getting this error ** BUILD FAILED ** The following build …

react-native podfile
CocoaPods could not find compatible versions for pod "FirebaseCore": In snapshot (Podfile.lock)

I'm trying to add the Geofirestore pod I found on GitHub So I can add geo locations longitude and latitude …

swift xcode firebase google-cloud-firestore podfile