IBM Worklight - Build failed

馋奶兔 提交于 2019-12-01 12:18:54

I got the same error in my eclipse after changing the project name by using Refactor->Rename The below fix is for iPhone environment. You can try the same for other environment also.

  • The error says it cant find the info.plist file.Try to move to that location in your computer and see wether the file is there or not. in your case ESILoginESIIphone-Info.plist
  • if you cant find the file. just see the ***-Info.plist in the same path and note down the **** worklight will always append your porject name twice in info.plist file ( dont know why). For example if you have project name as ESI then your plist file name would be ESIESI-Info.plist.

i guess in your project file you have changed the name to ESILogin

  • Try to rename the project with **** which you found in above step.

Thats all. Happy Building.

  1. Please look in the Error Log view in Eclipse; there should be an exception trace there which could help us in identifying the root cause.

  2. Can you reproduce this? Does it happen only when you create a new project and add all Mobile environments at once, or even when you add only one Mobile environment?

  3. What is your Worklight version?

Delete the bin folder contents in your project and restart the server. Deploy all the adapters and application again

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!