Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Duplicate symbols match error #78

Open
TaterSalad opened this issue May 19, 2015 · 6 comments
Open

Duplicate symbols match error #78

TaterSalad opened this issue May 19, 2015 · 6 comments

Comments

@TaterSalad
Copy link

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.

@AldrichW
Copy link

AldrichW commented Jul 1, 2015

Also experiencing this issue. Looks like this was fixed in VENCore 3.1.2, but the podspec in master is not updated.

@mikekavouras
Copy link

@AldrichW any update on this?

@charliecliff
Copy link

"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?

@ghost
Copy link

ghost commented May 25, 2017

Are there any updates on this issue?

@DerekFangming
Copy link

Any updates?

@jhu247
Copy link

jhu247 commented Aug 1, 2018

For those still stuck on this, change your pod to:
pod 'Venmo-iOS-SDK', :git => 'https://github.com/venmo/venmo-ios-sdk.git', :branch => 'master'

Source: #121

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants