You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
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>
The text was updated successfully, but these errors were encountered:
@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".
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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>
The text was updated successfully, but these errors were encountered: