In my project I use two 3rd party frameworks that both use internally SBJSONParser
and when building a ld: duplicate symbol _OBJC_CLASS_$_SBJsonParser
error is raised.
Note: I don't have access to sources of any of the two frameworks.
Any idea how to solve this?