venmo / venmo-ios-sdk

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

'Venmo-iOS-SDK/Venmo.h' file not found #131

Open ngduykhanh1707 opened 5 years ago

ngduykhanh1707 commented 5 years ago

Pod 1.5.3 Xcode 10.1 I run pod file from pod 'Venmo-iOS-SDK', :git => 'https://github.com/venmo/venmo-ios-sdk.git', :branch => 'master' and then import in header file: #import <Venmo-iOS-SDK/Venmo.h>

u2606 commented 5 years ago

@ngduykhanh1707, see #92 and #95. This is a known bug, but the library is no longer maintained, so you’ll have to fix this yourself by manually changing the import statement in VENUser+VenmoSDK.h to #import "VENCore/VENUser.h".