4

我正在使用带有 PhoneGap 2.7.0 的 Sencha Touch 2.1,以便我可以将它打包用于 iOS。该应用程序加载正常,直到我通过运行将它与 Sencha CMD 打包sencha app build package

在我看到的 javascript 控制台的常规版本和包版本中cordova_plugins.json 404 (Not Found)

我在应用程序的根目录中添加了 cordova-2.7.0.js 并编辑了 app.json 以包含它,如下所示。知道可能是什么问题吗?

"js": [
    {
        "path": "cordova-2.7.0.js"
    },
    {
        "path": "resources/js/infobubble-compiled.js"
    },
    {
        "path": "touch/sencha-touch.js"
    },
    {
        "path": "app.js",
        "bundle": true,  /* Indicates that all class dependencies are concatenated into this file when build */
        "update": "delta"
    }
], 
4

0 回答 0