cocoapods-imy-bin icon indicating copy to clipboard operation
cocoapods-imy-bin copied to clipboard

找不到Resource里面的图片

Open xhl916235259 opened this issue 4 years ago • 2 comments

WSProgressHUD, Resource虚拟文件夹里面包含图片,#2 0x0000000183c32fa0 in +[NSBundle bundleWithURL:] (),提示找不到对应的文件路径

xhl916235259 avatar Jan 09 '21 03:01 xhl916235259

提供详细的说明:

  1. WSProgressHUD 包含资源Bundle么?
  2. 检查下打包产物资源中是否有图片
  3. 读取库中Bundle的代码是如何写的?方便的话可以提供下代码

dabing1022 avatar Jan 12 '21 12:01 dabing1022

提供详细的说明:

  1. WSProgressHUD 包含资源Bundle么?
  2. 检查下打包产物资源中是否有图片
  3. 读取库中Bundle的代码是如何写的?方便的话可以提供下代码

SVProgressHUD里面有SVProgressHUD.bundle, 制作完成.a之后就没有了SVProgressHUD.bundle, 运行程序报错 +[NSBundle bundleWithURL:] ()

malgee012 avatar Sep 06 '21 08:09 malgee012