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

100 duplicate symbols for architecture x86_64 #112

Closed
adityajawa opened this issue May 4, 2015 · 1 comment
Closed

100 duplicate symbols for architecture x86_64 #112

adityajawa opened this issue May 4, 2015 · 1 comment
Milestone

Comments

@adityajawa
Copy link

As soon as i am import the library, i start getting these errors.

duplicate symbol _MMRecordDebuggerParameterServerClassName in:
/Users/mavericks/Library/Developer/Xcode/DerivedData/BeerUp-efoytrwiepewxadodooxromyngmr/Build/Intermediates/BeerUp.build/Debug-iphonesimulator/BeerUp.build/Objects-normal/x86_64/MMRecordProtoRecord.o
/Users/mavericks/Library/Developer/Xcode/DerivedData/BeerUp-efoytrwiepewxadodooxromyngmr/Build/Intermediates/BeerUp.build/Debug-iphonesimulator/BeerUp.build/Objects-normal/x86_64/MMRecordDebugger.o
duplicate symbol _MMRecordDebuggerParameterKeyPathForResponseObject in:
/Users/mavericks/Library/Developer/Xcode/DerivedData/BeerUp-efoytrwiepewxadodooxromyngmr/Build/Intermediates/BeerUp.build/Debug-iphonesimulator/BeerUp.build/Objects-normal/x86_64/MMRecordProtoRecord.o
/Users/mavericks/Library/Developer/Xcode/DerivedData/BeerUp-efoytrwiepewxadodooxromyngmr/Build/Intermediates/BeerUp.build/Debug-iphonesimulator/BeerUp.build/Objects-normal/x86_64/MMRecordDebugger.o
ld: 100 duplicate symbols for architecture x86_64

@enmiller
Copy link

@adityajawa I believe this is related to a project settings flag in your project that was added in Xcode 6.3.x (not 100% sure what release of Xcode 6.3). I am working on resolving this issue from within MMRecord.

For now, in your project settings, search for "gcc_no" and set the flag to NO until we get the issue fixed. That should allow you to build your project.

@cnstoll cnstoll added this to the 1.4.2 milestone May 20, 2015
cnstoll added a commit that referenced this issue Jun 27, 2016
Fixing issue #112 w/GCC_NO_COMMON_BLOCKS build setting
doxavore pushed a commit to ebp/MMRecord that referenced this issue Sep 12, 2016
…mended in Xcode 6.3 breaks anything that imports MMRecordDebugging.
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

3 participants