drewmccormack / ensembles

A synchronization framework for Core Data.
MIT License
1.63k stars 131 forks source link

205 build errors: duplicate symbols #138

Closed Spokane-Dude closed 10 years ago

Spokane-Dude commented 10 years ago

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

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

Spokane-Dude commented 10 years ago

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 https://github.com/drewmccormack/ensembles/issues/138#issuecomment-41471332.

Spokane-Dude commented 10 years ago

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 https://github.com/drewmccormack/ensembles/issues/138#issuecomment-41471332.

Spokane-Dude commented 10 years ago

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 https://github.com/drewmccormack/ensembles/issues/138#issuecomment-41471332.