**Podfile** _target 'ProductTests', :exclusive => true do pod 'KIF', '~> 3.0' pod 'AMYServer', '~> 2.0' end_ **Console Log** _Analyzing dependencies [!] Unable to satisfy the following requirements:_ `AMYServer (~> 2.0)` required by `Podfile`
Podfile
target 'ProductTests', :exclusive => true do
pod 'KIF', '
> 3.0'> 2.0'pod 'AMYServer', '
end
Console Log
Analyzing dependencies
[!] Unable to satisfy the following requirements:
AMYServer (~> 2.0)required byPodfile