Closed jhu247 closed 9 years ago
@jhu724 Just merged a fix. You should be good to go with pod install
now :octocat:
@dasmer I'm still getting the same error. After cloning, I ran 'pod install' in the parent 'venmo-ios-sdk' directory, then again in 'sample'. Thanks.
@jhu724 Are you sure you're using the a new clone? I replicated your steps and pod install
worked successfully.
Just to be sure, run this script which runs through all of the steps:
rm -rf venmo-ios-sdk && git clone git@github.com:venmo/venmo-ios-sdk.git && cd venmo-ios-sdk && pod install && cd sample && pod install
I wasn't using the new clone. Thanks!
When I run "pod install" in the "sample" directory, I get the following error message:
[!] Unable to satisfy the following requirements:
Venmo-iOS-SDK (from
..)
required byPodfile
Venmo-iOS-SDK (= 1.1.0)
required byPodfile.lock
Please help, thanks.