I'm using two static libraries that are developed by two other teams.
When trying to build my app, i got "multiple definition for two classes" the first in liba.a the second is in libb.a
Is there a way to fix this issue? I do not have the source of the two libraries, so I cannot change the namespaces