0

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?

Community
  • 1
  • 1
Michael A
  • 5,770
  • 16
  • 75
  • 127
  • Michael, you should really post the issues here. Your post is severely link(s) only. I haven;t down voted it, but others will. – Rohit Gupta Aug 16 '15 at 07:28
  • Also, Michael, I'll never understand why you guys who build frameworks just don't look at the source files for another framework like Parse.com who just went open source. Is it really the case that you can't glean some information on how to do this from them? There's a lot of frameworks out there and it seems like it should be a "look at what they did" type thing. – Larry Pickles Aug 16 '15 at 07:38

0 Answers0