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

duplicate symbol __sharedDebugSetFunction #615

Closed
dito010 opened this issue Oct 13, 2017 · 3 comments
Closed

duplicate symbol __sharedDebugSetFunction #615

dito010 opened this issue Oct 13, 2017 · 3 comments

Comments

@dito010
Copy link

dito010 commented Oct 13, 2017

duplicate symbol __sharedDebugSetFunction in:

Objective-C:
   
   .../Build/Products/Debug-iphonesimulator/Texture/libTexture.a(ASTextDebugOption.o)
   .../Build/Products/Debug-iphonesimulator/YYText/libYYText.a(YYTextDebugOption.o)

ld: 1 duplicate symbol for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

@PrideChung
Copy link

Hi,

Looks like Texture copied some C functions from another repo "YYText" and didn't prefix those functions. We happen to using both of them thus result in duplicate symbol error. Would you like to accept a pull request for this particular problem?

@maicki
Copy link
Contributor

maicki commented Nov 1, 2017

That should be fixed on master: #623 I don't think we released a new version with it though

@nguyenhuy
Copy link
Member

I'm closing this issue. Please pull in the change in #623 until it's bundled in a release. Thank you!

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

4 participants