Xcode - How to put a Custom Universal Framework inside another Custom Universal Framework

355 views Asked by At

I've seen other questions out there such as this one and I have one here but sadly no answers. I've been researching how to do this and have found three options.

  1. Embedded Custom Frameworks.
  2. Adding Custom Framework projects to the Frameworks project folder and linking. enter image description here
  3. Adding all Custom Frameworks into a Workspace. enter image description here

So far, I have not been able to build correctly using methods 2 and 3. Is there anyone out there who has done this? What is the best method?

The goal is to provide end users of my Universal Framework a "one Framework" solution. I do not want them to have to configure multiple Universal Frameworks....just one.

0

There are 0 answers