Dealing with dynamic framework i am experiencing symbol conflicts errors which are best describe here: Symbol collusions with third party framework The problem happens when third party framework is linked twice - in dynamic framework and in consumer project which use the framework and also import the third party framework as dependency
As i can see solutions for static frameworks which suggest removing classes from framework: Removing classes from static library or prefixing classes Prefix classes static framework i am looking for solution for dynamic framework which have diffrent structure.
How is listing classed performed in dynamic framework? what are the actual files which contain the classes which will be compiled at runtime including third party embedded frameworks?