Best strategy to embed multiple dylibs into frameworks

Hi,

I compiled Intel Open Image Denoise library for iOS, and obtained a bunch of dependent dylibs. I want to use these ones in a swift project (via bridging as this is C/C++) targeting the iPad.

I understand that it is required to embed these dylibs into frameworks as iOS doesn't allow dylib.

Is it necessary to generate one framework for each dylib? If so, how are dependencies between the libraries (and their frameworks) managed?

Or, is it possible to generate only one framework embeding all the dependencies?

Best strategy to embed multiple dylibs into frameworks
 
 
Q