Currently, when I distribute my Universal Framework I have to distribute the Universal Frameworks mine includes in the Build Phases - Link Binary With Libraries. I want to
I ended up going with the first option, embedding the Universal Frameworks into a main Universal Framework. I kept working with the tutorial that I mentioned above (https://github.com/jverkoey/iOS-Framework). It wasn't easy but after working on it for a few days and multiple times, I finally got the hang of it and got it working.
Great Tutorial by Jeff Verkoeyen!
The only difference for what I was creating is I didn't put the embedded frameworks in an application. Rather, I put them inside of another Universal Framework. When I tried using it in an application, there were some minor adjustments I had to make it work. BUT IT WORKED!!! :-)