Hi, I've uploaded the test project on github: https://github.com/Raunit-TW/xcode-framework-poc
Adding more context to the problem, it was first discussed here: https://developer.apple.com/forums/thread/751522.
To summarize, we have an application with a bunch of extensions, all of them dependent on some common C++ source files. Building each target individually leads to a bloated app bundle and final binary, since the contents are copied to each binary.
As per our understanding, frameworks can solve this issue of increased binary size by packaging the common C++ files separately such that they can be shared among the extensions.
Topic:
Developer Tools & Services
SubTopic:
General
Tags: