• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

ios - Cordova 构建使用错误的 res 路径

[复制链接]
菜鸟教程小白 发表于 2022-12-13 15:29:48 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题

我正在使用 cordova build 为我的应用程序生成一个 iOS 项目。在我的 config.xml 中,我指定了以下资源:

    <icon height="29" src="res/icons/ios/icon-small.png" width="29" />
    <icon height="58" src="res/icons/ios/icon-small-2x.png" width="58" />
    <icon height="40" src="res/icons/ios/icon-40.png" width="40" />
    <icon height="80" src="res/icons/ios/icon-40-2x.png" width="80" />
    <icon height="50" src="res/icons/ios/icon-50.png" width="50" />
    <icon height="100" src="res/icons/ios/icon-50-2x.png" width="100" />
    <icon height="57" src="res/icons/ios/icon.png" width="57" />
    <icon height="114" src="res/icons/ios/icon-2x.png" width="114" />
    <icon height="60" src="res/icons/ios/icon-60.png" width="60" />
    <icon height="120" src="res/icons/ios/icon-60-2x.png" width="120" />
    <icon height="180" src="res/icons/ios/icon-60-3x.png" width="180" />
    <icon height="72" src="res/icons/ios/icon-72.png" width="72" />
    <icon height="144" src="res/icons/ios/icon-72-2x.png" width="144" />
    <icon height="76" src="res/icons/ios/icon-76.png" width="76" />
    <icon height="152" src="res/icons/ios/icon-76-2x.png" width="152" />
    <splash height="480" src="res/screens/ios/screen-iphone-portrait.png" width="320" />
    <splash height="960" src="res/screens/ios/screen-iphone-portrait-2x.png" width="640" />
    <splash height="1136" src="res/screens/ios/screen-iphone-portrait-568h-2x.png" width="640" />
    <splash height="1334" src="res/screens/ios/screen-iphone-portrait-667h.png" width="750" />
    <splash height="2208" src="res/screens/ios/screen-iphone-portrait-736h.png" width="1242" />
    <splash height="1024" src="res/screens/ios/screen-ipad-portrait.png" width="768" />
    <splash height="2048" src="res/screens/ios/screen-ipad-portrait-2x.png" width="1536" />

(./res 和 res 也试过了)

当我运行 cordova buid ios 时,每个指定的文件都会出现错误:

cp: no such file or directory: /path/to/project/config.xml/res/icons/ios/icon-60.png

看起来 config.xml 被用作目录。 (正确的路径是没有 config.xml)。如何解决这个问题?



Best Answer-推荐答案


对于有需要的人:

经过数小时的调试,我发现 cordova-ios 错误地实现了各种路径。自己修复了这个问题后,我发现这已经在 this commit 的较新版本中完成了。 .

解决方案是删除 cordova-ios cordova platform remove ios 并使用 cordova platform add ios@latest 重新添加。

关于ios - Cordova 构建使用错误的 res 路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36197799/

回复

使用道具 举报

懒得打字嘛,点击右侧快捷回复 【右侧内容,后台自定义】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关注0

粉丝2

帖子830918

发布主题
阅读排行 更多
广告位

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap