I have been working on a xamarin ios application with MVVMlight framework.
It was working without any problem but suddenly I am getting the following error
Unknown MSBuild failure.Please try the building the project again
Herewith I have attached the screenshot of build log
When I click the error it leads to the .csproj file
I have verified the the xml is syntactically right no presence of any special character that can cause any xml problem
So far I have tried clean & build,removing the obj and bin manually,restarting the xamarin.But nothing works so far.
The problem is not seen in Visual studio though
Any suggestions to solve the problem is welcome
There was a space in one of the directory name in the path.
I replaced the space with %20 for directory name on Finder and it started working.