Xcode Creating Universal Frameworks as Dependents of a Universal Framework

后端 未结 1 2017
青春惊慌失措
青春惊慌失措 2020-12-12 05:44

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

相关标签:
1条回答
  • 2020-12-12 06:37

    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!!! :-)

    0 讨论(0)
提交回复
热议问题