0

尝试将我的 Sencha Touch 2 Web 应用程序打包到 iOS 的本机包装器中。我正在按照说明进行操作(这些说明看起来有些不正确或不完整),但是在构建命令执行期间我收到了大量的“复制操作失败”错误。

我的应用程序的名称是“Tally”,我正在使用命令行“sencha package build iOS/configFile.json”。

我的 configFile.json 如下:

{   
    "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"
    ]
}

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

复制操作失败 src=on.i 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/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/build/iOS/Tally.app/webapp/.hg/store/data /build/production/deltas/resources/css/app.css/3d83eee2cc226dc28a3cebf9df631c09175b839f.json.i

4

1 回答 1

0

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

于 2013-01-10T16:06:29.190 回答