I am building private framework CustomSDK.framework that uses embedded frameworks inside like PKHUD.framework. The issue is that client app that uses my framework doesn't see frameworks that are embedded in my framework such as
CustomSDK.framework -> PKHUD.framework
It gives error Missing required module 'PKHUD'
How can I fix it?
Thanks