I am trying to run the Application with our custom framework. Framewok itself contains other frameworks.
When trying to launch the Application I am geting a following error:
dyld: Library not loaded: @rpathX.framework/X
Referenced from: /private/var/mobile/Containers/Bundle/Application/.../FrameworksY.framework/Y
Reason: no suitable image found. Did find:
/private/var/mobile/Containers/Bundle/Application/.../Frameworks/Y.framework/Frameworks/X.framework/X: mmap() error 1 at address=0x101270000, size=0x00044000 segment=__TEXT in Segment::map() mapping /private/var/mobile/Containers/Bundle/Application/.../Frameworks/Y.framework/Frameworks/X.framework/X
With Xcode 7 beta 3 everything was ok.
May be someone have similar issue?