Load images from framework bundle#20
Load images from framework bundle#20qtdzz wants to merge 1 commit intonguyenhuy:masterfrom qtdzz:fix-loading-image-in-bundle
Conversation
|
This won't work because xcassets bundles cannot be accessed from a resource bundle. They need to be included in the 'resources' tag (instead of 'resources_bundles') in the podspec. After that, you can access them via the framework bundle. |
|
For anyone looking for a simple workaround, copying the pod's xcassets into your local project works for now. |
Hi, thanks for checking it. Could you please elaborate how it doesn't work for you? Apparently, I had tried using |
This PR fixes the issue when using this FW in another project, the images can't be loaded