venmo / venmo-ios-sdk

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

VENCore.h file missing from zip file #74

Closed TaterSalad closed 9 years ago

TaterSalad commented 9 years ago

I just downloaded the zip from the venmo-ios-sdk page and my app won't compile because it can't find the VENCore.h file

eliperkins commented 9 years ago

You can either use Cocoapods to download this dependency, or download it yourself as a zip here: https://github.com/venmo/vencore

TaterSalad commented 9 years ago

Hi Eli, thanks for the help. I downloaded vencore and added it. The vencore readme file claims that this is a separate use for the venmo api and that if you want simple transactions to use the venmo sdk. This was my original plan, but I couldn't use venmo sdk because it wouldn't compile.

Now I'm confronted with about 20 errors in the VENPermissions.h file, one of which is that it cannot find the interface declaration for NSObject. I'm wondering if there is a more fundamental problem here.

I'm not using cocoapods just downloaded the zip and added it to my project.