I'm implementing an umbrella framework but both of the frameworks (I have the code of both and they are as a reference in my xcode umbrela project) that I'm using uses the same local libraries (I'm not using cocoapods
or any other dependency manager). This is causing the "Class is implemented in both. One of the two will be used. Which one is undefined."...
How can I solve this?
All the questions about this same problem are about cocoapods
problems. I tried to adapt the solution but the problem's cause is different.