I am building a new UI framework, let's call it a framework2, there is already existing UI framework framework1, unfortunately can not add or make more changes to that framework1(Provide by a vendor, and we can't have source code access of it.), but now we want to build framework2 on top of framework1, in framework 2 we will be using few of the components developed in framework1 and extend them.
So can we add framework 1 into framework 2?, and then distribute framework 2 as XCFramework via swift package?
I read that iOS doesn't support the umbrella framework concept, is this the case here
Checked different stack overflow links, and blogs, but couldn't find anything concrete.
so that means I should add framework1 as a binary dependency in framework2 using SPM. PFA screenshot Framework 2 dependecny