Top "Podfile" questions

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

What exactly does `pod repo update` do?

I'm following an internet tutorial on Firebase and as part of it, I had to do some work on the …

ios iphone xcode cocoapods podfile
How to install a pod from a specific branch?

I'm trying add add a pod by cocoapods, and I am using swift 3, while the pod(SQlite.swift). I am …

xcode git cocoapods podfile
"pod init" giving error "-bash: pod: command not found"

I am trying to create a Podfile for my Xcode project for Firebase compatibility, but when I try to create …

xcode cocoa terminal cocoapods podfile
No such module ... in Xcode

I've run into a problem with Xcode (using Swift) that has me completely stumped. I realize that this question has …

ios swift xcode cocoapods podfile
Flutter iOS build failed an error of pod files: Podfile is out of date

I'm trying to build my app on the ios simulator(ios 13), but the build fails and gives an error of …

ios iphone xcode flutter podfile
CocoaPods could not find compatible versions for pod "Firebase/CoreOnly"

I've update my flutter package to the last versions and now IOS doesn't work anymore. When I try to update …

ios firebase flutter podspec podfile
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 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
Сocoapods trunk URL couldn't be downloaded

I am getting this error when I try to pod repo update and pod install CDN: trunk URL couldn't be …

ios iphone cocoapods podfile pod-update
Error using Pod Install command on Podfile in Terminal

I have installed Cocoapods, and created a Podfile using Atom containing the following lines: pod ‘Parse’, ‘~> 1.7.1′ pod ‘ParseUI’, ‘~> 1.1.3′ …

xcode parsing cocoapods ipod podfile