Sencha touch 2 Sencha 2本机iOS生成复制操作失败

Sencha touch 2 Sencha 2本机iOS生成复制操作失败,sencha-touch-2,Sencha Touch 2,我不明白为什么我会犯这个错误。为什么它试图将“./webapp”文件夹复制到icon.png图像,看起来目标文件夹和源文件夹已切换 C:\projectsGit\mybipper\portal\bk-servlets\src\main\webapp\parentapp>sencha package build packager.json [INFO] Can not open source file The application was successfully packaged Bun

我不明白为什么我会犯这个错误。为什么它试图将“./webapp”文件夹复制到icon.png图像,看起来目标文件夹和源文件夹已切换

C:\projectsGit\mybipper\portal\bk-servlets\src\main\webapp\parentapp>sencha package build packager.json
[INFO] Can not open source file
The application was successfully packaged
Bundle Seed ID is missing from config file
Failed to package application

[ERROR] Copy operation failed src=../build\MobileKids.app\webapp\ dst=../build\MobileKids.app\icon.png
我的打包机配置:

{
    "applicationName":"MobileKids",
    "applicationId":"TC3BU5LD52.com.bipper.mobilekids",
    "versionString":"1.1",
    "iconName:":"icon.png",
    "inputPath":".",
    "outputPath":"../build",
    "configuration":"Debug",
    "platform":"iOS",
    "deviceType":"Universal",
    "certificatePath":"Certificate_key.p12",
    "certificateAlias":"iPhone Developer: Thomas Vervik (TC3BU5LD52)",
    "sdkPath":"C:/Program Files (x86)/Android/android-sdk",
    "orientations": [
        "portrait",
        "landscapeLeft",
        "landscapeRight",
        "portraitUpsideDown"
    ]
}

哈夫,不管怎样,这是我自己的错误,我在我的名字里有一个:像这样:

"iconName:":"icon.png",