My scenario is:
- I have capulated some common classes into a framwork(let's call it Framework1). the framework uses some 3rd party frameworks(like kissxml) by cocoapad.
- In the ios appliction project(let's call it App1), I have included framework1 as embeded binary.
- App1 also use cocoapad to manage 3rd party frameworks.
My question is :
In App1, do I need still need an entry in Podfile for kissxml, App1's code does not directly use KissXML?
Is there some guide of ios framework? I found this reference https://developer.apple.com/library/content/documentation/MacOSX/Conceptual/BPFrameworks/Frameworks.html#//apple_ref/doc/uid/10000183-SW1
,but it looks like only for oxs.
Thanks,