试图将我的Sencha 2 web应用程序打包到iOS的本机包装器中。我遵循这些指令(看起来有点不完善或不完整),但是在构建命令的执行过程中,我得到了大量的“复制操作失败”错误。
我的应用程序名为“line”,我使用命令行"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"
]
}我得到的错误代码如下所示,但是有数百(可能数千)个错误代码:
复制操作失败的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/ src=on.ibuild/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
发布于 2013-01-10 16:06:29
修好了。不太确定,但我认为问题在于我用来打包应用程序的版本(Sencha CMD)和使用Sencha 2.0生成的web应用程序之间的不匹配。我在Sencha 2.1下重新创建了这个应用程序,这似乎修复了它。
https://stackoverflow.com/questions/14204234
复制相似问题