Hi Cooper,
No worries, thanks for the prompt response today!
The goal of building it directly was to use it with our internal tooling in CI. Basically we place a .framework in the cloud somewhere and grab it when needed, hence needing the ability to build GTXiLib as a standalone framework.
Since that is not an option, my team is going to try a mixed approach using Cocoapods for GTXiLib and Bazel for Abseil.
We use Bazel internally and the issue I am hitting is with Abseil not finding header files used in GTXiLib. It works fine if using Cocoapods in a standalone project but trying to integrate GTXiLib into our flagship product with Bazel is proving to be challenging.
Mary