The “XamlCTask” task failed unexpectedly in Xamarin

前端 未结 11 2118
孤街浪徒
孤街浪徒 2021-01-12 13:59

I am currently having a problem building my Xamarin.Forms solution. I\'m getting an error of The \"XamlCTask\" task failed unexpectedly. I tried looking at the

11条回答
  •  渐次进展
    2021-01-12 14:29

    First of all this issue will be raised when xamarin.forms version is not compatible with the nuget that you are pointed to. So i'd like to tell you these steps and go ahead.

    Step1: Update Xamarin.Forms version in PCL and all other projects.
    
    Step2: Check for matching dependencies with nuget package.i.e make sure everywhere the the solution is using the **same** version of the Xamarin.Forms.
    

    Hope this will helps you.

提交回复
热议问题