Getting "DebugType" parameter is not supported by the "XamlCTask" task error on building my Xamarin ios project

Viewed 5941

I get these errors when building my Xamarin.ios project,

The "XamlCTask" task could not be initialized with its input parameters.

and

The "DebugType" parameter is not supported by the "XamlCTask" task. Verify the parameter exists on the task, and it is a settable public instance property.

How can I fix this.

3 Answers

1) make sure all your projects reference the same Xamarin Version 2) In every project, delete the content on the bin and obj folders 3) rebuild

Related