Framework with embedded frameworks

Hi!
I am building private framework (CustomSDK.framework) that uses embedded frameworks inside(like PKHUD.framework). The problem is that client app that uses my framework doesn't see frameworks that are embedded in my framework (i.e. CustomSDK.framework -> PKHUD.framework). it says Missing required module 'PKHUD'
How can I fix it?
Thanks

What platform are you targeting? On the Apple side, embedding frameworks within other frameworks is only supported on the Mac. iOS and is ‘child’ platforms don’t support this.

Share and Enjoy

Quinn “The Eskimo!” @ DTS @ Apple