0

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'.

Thanks djrecker

Idan Adar
  • 44,156
  • 13
  • 50
  • 89
Max
  • 5,380
  • 6
  • 42
  • 66
  • 1
    Having never seen this issue, my first guess would be something related to permissions. Can you check the permission of the files that in the error messages? – jnortey Aug 23 '13 at 14:13
  • Hi Jeremy, I have already given full access read and write to all the folders and subfolders, again i get the same error. Any suggestions – Max Aug 27 '13 at 06:56

1 Answers1

1

A common issue for all seems to be:

A core eclipse exception has occurred: Failed to read project description file from location ... [path to .project file]

Community
  • 1
  • 1
Idan Adar
  • 44,156
  • 13
  • 50
  • 89