I have a static library which uses RestKit internally (but does not expose RestKit: headers etc).
I want to use this static library in a project which uses RestKit already.
As expected, I get duplicate symbols.
How do I get around this? Can I build my static library without "bundling" in RestKit?
It would be ideal if my static library can use RestKit, but not include it.