I've been trying since morning creating a cocoa touch farmework to put my self containing widget inside it, and to allow any app I'm working on to use it in the future.
I've managed to build the project and export .framework file, but all the assets are not showing now. all my Images are inside assets catalog.
And they seem to be exported since the .framework file has (assets.car) file inside it.
I'm currently accessing them using
UIImage* icon = [UIImage imageNamed:@"iconName"];
But it always returns null, Any ideas ?