I have this scenario:
My app relies on a framework + bundle.
Bundle has xibs.
Classes for xibs reside in framework.
Their images reside in xcasset files of the framework project.
I can quite see the xibs + view controller classes rendering view controllers though they reside inside bundle & framework, respectively.
But images aren't coming where I placed them in xibs.
I have imported framework + bundle inside my app.
But how can I use images inside the framework project's xcasset?
How do I tell framework xibs to find images from framework xcassets (or any optional way) ?
[so far, xcasset file isn't part of the bundle despite I copy it in 'copy bundle resources' phase.
If I import all images into my app's xcasset - even that won't work because app expects them inside the imported bundle, not the main bundle.]