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

Feature Request: Per Pod override of static linking #7

Open
benski opened this issue Oct 24, 2019 · 0 comments
Open

Feature Request: Per Pod override of static linking #7

benski opened this issue Oct 24, 2019 · 0 comments

Comments

@benski
Copy link

benski commented Oct 24, 2019

I have a fairly large project with a number of pods. I have attempted to use this plugin, but ran in to duplicate symbols during linking. This is because multiple pods have included some common open source code directly in to the framework.

duplicate symbol '_OBJC_IVAR_$_GPBInt64Array._count' in:
    /Users/benski/******/Pods/Adswizz/libs/AdswizzSDK.framework/AdswizzSDK(GPBArray.o)
    /Users/benski/Library/Developer/Xcode/DerivedData/iPhone-fwdbrlygvnjovgeelnqgbhzfulll/Build/Products/Debug-iphonesimulator/Protobuf/Protobuf.framework/Protobuf(GPBArray.o)

Is it possible to override static linking for a particular pod?
e.g. , :static => false
This would be similar to how your binary plugin works.

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

1 participant