Sencha本机应用程序错误st-res / templates / stbuild_template_sim.app /不存在

时间:2013-04-08 22:35:17

标签: extjs sencha-touch-2 sencha-cmd

我正在尝试使用sencha app build native从sencha cmd构建本机应用程序,所有内容似乎都正常工作,直到它到达此部分:

无法运行本机打包程序 [ERR]源目录:st-res / templates / stbuild_template_sim.app /不存在 将st-res / templates / stbuild_template_sim.app /复制到/home/dethstar/public_html/muhapp/build/muhapp/native/muhapp.app/时出错 无法打包应用程序

但是我无法在网上或触摸目录中找到有关这些文件的任何信息。有什么想法吗?

1 个答案:

答案 0 :(得分:0)

我必须将st-res和stbuild链接到我的工作目录:

ln -s /opt/Sencha/Cmd/4.0.0.203/stbuild/stbuild
ln -s /opt/Sencha/Cmd/4.0.0.203/stbuild/st-res

“/ opt / Sencha / Cmd / 4.0.0.203 /”需要替换为Sencha CMD安装的路径。