首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Sencha Touch 2本地包程序失败与多个“复制操作失败”错误

Sencha Touch 2本地包程序失败与多个“复制操作失败”错误
EN

Stack Overflow用户
提问于 2013-01-07 21:21:55
回答 1查看 374关注 0票数 0

试图将我的Sencha 2 web应用程序打包到iOS的本机包装器中。我遵循这些指令(看起来有点不完善或不完整),但是在构建命令的执行过程中,我得到了大量的“复制操作失败”错误。

我的应用程序名为“line”,我使用命令行"sencha package build iOS/configFile.json“。

我的configFile.json如下:

代码语言:javascript
复制
{   
    "applicationName":"Tally",
    "applicationId":"com.mobyus.tally",
    "bundleSeedId":"3725XYGG8Y",
    "versionString":"1.0",
    "iconName":"icon.png",
    "inputPath":"../",
    "outputPath":"../../iOS/Tally",
    "configuration":"Debug",
    "platform":"iOS",
    "deviceType":"iPhone",
    "orientations": [
        "portrait",
        "portraitUpsideDown"
    ]
}

我得到的错误代码如下所示,但是有数百(可能数千)个错误代码:

复制操作失败的dst=./build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/ src=on.ibuild/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/build/iOS/Tally.app/webapp/.hg/store/data/build/production/deltas/resources/css/app.css/3d83eee2cc226dc28a3cebf9df631c09175b839f.json.i

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2013-01-10 16:06:29

修好了。不太确定,但我认为问题在于我用来打包应用程序的版本(Sencha CMD)和使用Sencha 2.0生成的web应用程序之间的不匹配。我在Sencha 2.1下重新创建了这个应用程序,这似乎修复了它。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/14204234

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档