iOS, embedding and distributing frameworks.

Hi everyone, I have to encapsulate some frameworks in one for distributing purpose. So, let suppose that we have the following frameworks Framework1, Framework2, ..., FrameworkN, and we have to distribute all in one - FrameworkAll, that is/contains a common wrapper over all those frameworks, wrapper that should be the FrameworkAll public api .

  • What is the recommended & correct way to do this?
  • How about nested frameworks in app store review?
  • Should I consider to build Frameworks$[1..n] as a statics libraries?

Any hint or advice would be welcome, thanks an advance.

iOS does not support nested or umbrella frameworks. Tech Note 2435 discusses this.

iOS, embedding and distributing frameworks.
 
 
Q