I have framework 'A' and framework 'B', this both framework use framework 'C' inside it. Also I have one DemoApp for testing. I have use 'A.framework' and 'B.framework' inside my DemoApp. DemoApp is build successfully, but while running it throw following error.
Class SomeCodes is implemented in both /Users/DemoApp.app/Frameworks/C.framework/ and /Users/DemoApp.app/DemoApp. One of the two will be used. Which one is undefined.
This issue is not related to cocoapods integration inside frameworks. I have create custom frameworks and use them.
Someone could help me?