Search code examples
xamarinmsbuildxamarin.iosmvvm-lightbuild-error

unknown MSBuild failure on osx


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

enter image description here

enter image description here

enter image description here

When I click the error it leads to the .csproj file

enter image description here

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


Solution

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