hannesstruss
06/01/2020, 11:35 AMapi
dependency on module B. Module B contains some utilities. Only classes/functions from module B that are used in module A end up in my iOS framework, the rest seem to be excluded. How can I make sure they're included in the framework? Should I declare module B to be a framework on its own?Artyom Degtyarev [JB]
06/01/2020, 11:37 AMhannesstruss
06/01/2020, 12:26 PM