本文介绍了IBM Worklight 6.0 - 构建问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我刚刚运行一个测试应用程序,我的构建失败了以下日志,我已经尝试重新启动,更改工作空间,创建测试应用程序,但dint工作。请告诉我。 ipad构建失败:无法覆盖模板文件'/ Users / mspssmac-pc232938 / Documents / Projects / FnApp / testApp / apps / testApp / ipad / native / Settings.bundle / Root.plist'
[2013-08-23 12:04:10] FWLST1040E:iphone构建失败:无法覆盖模板文件'/ Users / mspssmac-pc232938 / Documents /项目/ FnApp / testApp / apps / testApp / iphone / native / Settings.bundle / Root.plist'
[2013-08-23 12:04:10]发生核心eclipse异常:无法读取项目描述文件位置/Users/mspssmac-pc232938/Documents/Projects/FnApp/testApp/apps/testApp/android/native/.project。
感谢
djrecker
解决方案
- 尝试删除本机文件夹
- 尝试使用-clean标志运行Eclipse
- 查看是否有帮助:
- 您还在此询问:
所有人的常见问题似乎是:
I am just running a test app, and my build fails with the following logs, I have tried restarting, changing workpace, creating test app but dint work. please let me know.
ipad build failed: Cannot overwrite template file '/Users/mspssmac-pc232938/Documents/Projects/FnApp/testApp/apps/testApp/ipad/native/Settings.bundle/Root.plist'
[2013-08-23 12:04:10] FWLST1040E: iphone build failed: Cannot overwrite template file '/Users/mspssmac-pc232938/Documents/Projects/FnApp/testApp/apps/testApp/iphone/native/Settings.bundle/Root.plist'
[2013-08-23 12:04:10] A core eclipse exception has occurred: Failed to read project description file from location '/Users/mspssmac-pc232938/Documents/Projects/FnApp/testApp/apps/testApp/android/native/.project'.
Thanksdjrecker
解决方案
- Try deleting the native folder
- Try running Eclipse with the -clean flag
- Is this a shared workspace between Eclipses? Does it work with a local workspace?
- See if this helps: Worklight on OS X, iPhone and Android builds fail due to missing info.plist and other files
- You have also asked this here: IBM Worklight - Build failed
A common issue for all seems to be:
这篇关于IBM Worklight 6.0 - 构建问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!