根本问题是因为 vs项目里面 没有包含

如果提示找不到对应png 请检查

iOS 项目卸载后 编辑 并找到对应文件检查

 <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\icon-72.png">      <Visible>false</Visible>    </ImageAsset>
 <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\icon-72@2x.png">      <Visible>false</Visible>    </ImageAsset>

相关文章:

  • 2022-12-23
  • 2021-10-06
  • 2022-01-01
  • 2022-12-23
  • 2021-08-11
猜你喜欢
  • 2022-12-23
  • 2022-01-29
  • 2022-12-23
  • 2021-12-27
  • 2021-09-27
  • 2021-07-11
相关资源
相似解决方案