Hi
I have subframework_A already available.
I am curretly building new framework which need to embed subframework_A to ue it's functionality.
Can any one help me how to do this?
I tried creating new framwork with embedded subframework_A. When I write test case for new framework it fails with below error
The bundle “NewFrameworkTests” couldn’t be loaded because it is damaged or missing necessary resources. Try reinstalling the bundle.
Library not loaded: @rpath/subframework_A.framework/subframework_A
Thanks in advance.