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.
What happened was that the version of Venmo iOS SDK I was importing wasn't the latest version even though I was using the default pod import code: pod 'Venmo-iOS-SDK', '~>1.3'
The version I was importing was 1.3, which has duplicate symbols errors in my project. I ended up having to change my podfile to this to import the newest version of Venmo:
I wish the tutorial provided code for importing the latest version and not the error version. Also, I wish it provided the entire podfile code and not just the one line: pod 'Venmo-iOS-SDK', '~>1.3' because programmers new to cocoapods already have a hard enough time with following the tutorial and might not know where the place that line (in target? in target tests? in target UI tests?). Tutorial should not have errors like this and anyone trying to do the tutorial now will have the same error as I have, leading them to either giving up or googling forever until they find this/the reddit post.
http://stackoverflow.com/questions/34774634/duplicate-symbol-venerrordomaincore-and-linker-command-failed-with-exit-code-1
The text was updated successfully, but these errors were encountered: