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 に答える