venmo / venmo-ios-sdk

Make and accept payments in your iOS app via Venmo
MIT License
178 stars 57 forks source link

Minivenmo build issue #57

Closed jhu247 closed 9 years ago

jhu247 commented 9 years ago

When I run "pod install" in the "sample" directory, I get the following error message:

[!] Unable to satisfy the following requirements:

Please help, thanks.

dasmer commented 9 years ago

@jhu724 Just merged a fix. You should be good to go with pod install now :octocat:

jhu247 commented 9 years ago

@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.

dasmer commented 9 years ago

@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
jhu247 commented 9 years ago

I wasn't using the new clone. Thanks!