If you’re already familiar with how to build xcframworks using command line tools, then this article is how you take that to the next level.

If you haven’t built or don’t know how to build xcframeworks, I’ve already explained that in details in my previous article here.

Aggregated Targets

Aggregated Targets is used when we need to build multiple targets together somehow.

We will start by our example FruitBasket from the previous article and you can download it from this git repo, here is a preview of the code we have in there.

#xcframework #programming #swift #ios #xcode

Build xcframework using Aggregated Targets in xcode
5.20 GEEK