Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

205 build errors: duplicate symbols #138

Closed
Spokane-Dude opened this issue Apr 25, 2014 · 4 comments
Closed

205 build errors: duplicate symbols #138

Spokane-Dude opened this issue Apr 25, 2014 · 4 comments

Comments

@Spokane-Dude
Copy link

I am able to build, but get 205 linker errors:

duplicate symbol _OBJC_IVAR_$_CDEFileDownloadOperation.mutableRequest in:
    /Users/rm/Library/Developer/Xcode/DerivedData/SalonBook-fmrffovtbawwoycriazteehnytpn/Build/Intermediates/SalonBook.build/Debug-iphoneos/SalonBook.build/Objects-normal/armv7/CDEFileDownloadOperation.o

and (plus more that I didn't list here)

duplicate symbol _OBJC_METACLASS_$_CDEEventRevision in:
    /Users/rolfmarsh/Library/Developer/Xcode/DerivedData/SalonBook-fmrffovtbawwoycriazteehnytpn/Build/Intermediates/SalonBook.build/Debug-iphoneos/SalonBook.build/Objects-normal/armv7/CDEEventRevision.o

I have looked for any #import *.m files and there are none that I could see... any ideas where else to look?

@drewmccormack
Copy link
Owner

Strange. Did you somehow link the library twice, or include the library and the source code in your project?

@Spokane-Dude
Copy link
Author

I think it was the later... I'm working on it now... I'll let you know
what I find...

Thanks for your un-ending help... I really appreciate it...

Regards,
Rolf

Drew McCormack mailto:notifications@github.com
April 26, 2014 at 8:18 AM

Strange. Did you somehow link the library twice, or include the
library and the source code in your project?


Reply to this email directly or view it on GitHub
#138 (comment).

@Spokane-Dude
Copy link
Author

I'm confused... on page 14 of the latest version of the book, at the
bottom "Manually Installing in XCode"... #1 (drag the Ensembles
iOS.xcodeproj) would include all of the source, correct? Then #4 says
to add libensembles_iOS.a which would do the same thing, correct?

I don't understand the reason for adding the Ensembles iOS.xcodeproj file...

Regards,
Rolf

Drew McCormack mailto:notifications@github.com
April 26, 2014 at 8:18 AM

Strange. Did you somehow link the library twice, or include the
library and the source code in your project?


Reply to this email directly or view it on GitHub
#138 (comment).

@Spokane-Dude
Copy link
Author

I started over, re-installing with CocoaPods... clean build... sorry for
the nuisance emails... I'll try to control them... :D

Regards,
Rolf

Drew McCormack mailto:notifications@github.com
April 26, 2014 at 8:18 AM

Strange. Did you somehow link the library twice, or include the
library and the source code in your project?


Reply to this email directly or view it on GitHub
#138 (comment).

drewmccormack added a commit that referenced this issue Jul 21, 2017
Support dropbox-sdk-obj-c 3.0.0 breaking changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants