IBM Worklight - Build failed

前端 未结 3 925
心在旅途
心在旅途 2021-01-15 22:03

My environments are failing to build after restart, cleaning, exiting the eclipse, deleting native folders, also I am looking for a reason and perfect fix of this below erro

相关标签:
3条回答
  • 2021-01-15 22:24

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

    0 讨论(0)
  • 2021-01-15 22:45
    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?

    0 讨论(0)
  • 2021-01-15 22:50

    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.

    0 讨论(0)
提交回复
热议问题