MeetYouDevs / cocoapods-imy-bin

1.05k stars 245 forks source link

找不到Resource里面的图片 #77

Open xhl916235259 opened 3 years ago

xhl916235259 commented 3 years ago

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

dabing1022 commented 3 years ago

提供详细的说明:

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

提供详细的说明:

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

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