Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Pod file updating error #166

Open
DiedeGu opened this issue Jan 21, 2016 · 1 comment
Open

Pod file updating error #166

DiedeGu opened this issue Jan 21, 2016 · 1 comment

Comments

@DiedeGu
Copy link

DiedeGu commented Jan 21, 2016

Hi,

I am new to Pods so do not know if this really an issue. But my podfile with this code does not work.

# Uncomment this line to define a global platform for your project
platform :ios, '7.1'

target 'X' do
pod 'ObjectiveDDP', '~> 0.2.0'
pod 'LXReorderableCollectionViewFlowLayout', '~> 0.1.1'
end

target 'XTests' do

end

it gives the error
[!] Unable to satisfy the following requirements: -ObjectiveDDP (~> 0.2.0) required by Podfile

the file does work when I use the code you use in your example:

pod 'ObjectiveDDP', :git => 'https://github.com/boundsj/ObjectiveDDP.git', :branch => 'master'

Is there something I need to change to be able to run the pod 'ObjectiveDDP', '~> 0.2.0' ? Because I want to be certain of which version I pull.

@vikass
Copy link

vikass commented Feb 4, 2016

I have same problem, is there anything which we need to take care of.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants