Hello,
Curious if you have looked into using a binary target and xcframework for your assets inside of your dynamic framework. There's a nice write up about this from Emerge Tools, but I've admittedly never tried it: https://www.emergetools.com/blog/posts/make-your-ios-app-smaller-with-dynamic-frameworks
Binary targets are pre-compiled, ensuring that your assets bundle is already neatly packaged inside the framework. This means the compiler won't build it, and won't re-bundle it into each of your targets
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: