venmo / venmo-ios-sdk

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

Duplicate symbols match error #78

Open TaterSalad opened 9 years ago

TaterSalad commented 9 years ago

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 commented 9 years ago

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

mikekavouras commented 8 years ago

@AldrichW any update on this?

charliecliff commented 8 years ago

"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 commented 7 years ago

Are there any updates on this issue?

DerekFangming commented 6 years ago

Any updates?

jhu247 commented 6 years ago

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: https://github.com/venmo/venmo-ios-sdk/issues/121