0
我不明白爲什麼我會得到這個錯誤。爲什麼它試圖將「../webapp」文件夾複製到icon.png圖像中,它看起來像是轉換了destication和source文件夾。Sencha 2本機iOS構建複製操作失敗
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"
]
}