This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 57
Duplicate symbols match error #78
Comments
Also experiencing this issue. Looks like this was fixed in VENCore 3.1.2, but the podspec in master is not updated. |
@AldrichW any update on this? |
"Looks like this was fixed in VENCore 3.1.2, but the podspec in master is not updated." Are you guys planning on pulling that change into master so it works? |
Are there any updates on this issue? |
Any updates? |
For those still stuck on this, change your pod to: Source: #121 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm getting a duplicate symbols error for VENErrorDomainHTTPResponse, VEErrorCodeHTTPResponse, VENErrorDomainCore, and VENCoreErrorCode whenever I #import <Venmo-iOS-SDK/Venmo.h> in any file in addition to AppDelegate. The duplicates are found in AppDelegate.o and ViewController.o
Everything works fine when I only import to the AppDelegate, but the SDK won't compile if I try to use it in any other file.
The text was updated successfully, but these errors were encountered: