$ pod install Analyzing dependencies Fetching podspec forBirdsongfrom../`
[!] Unable to satisfy the following requirements:
Starscream (= 1.1.3) required by Podfile.lock
Starscream (= 1.1.1) required by Birdsong (0.2.2)
It seems like you've changed the constraints of dependency Starscream inside your development pod Birdsong.
You should run pod update Starscream to apply changes you've made.`
$ pod install Analyzing dependencies Fetching podspec for
Birdsongfrom
../` [!] Unable to satisfy the following requirements:Starscream (= 1.1.3)
required byPodfile.lock
Starscream (= 1.1.1)
required byBirdsong (0.2.2)
It seems like you've changed the constraints of dependency
Starscream
inside your development podBirdsong
. You should runpod update Starscream
to apply changes you've made.`