Xamarin Forms UWP - Error : ILT0042: Arrays of pointer types are not currently supported

后端 未结 2 1590
误落风尘
误落风尘 2021-01-26 02:02

I got this error and.. nothing on the web ! It seems to come from Newtonsoft.Json..

There is the output of my PCL project

1         


        
2条回答
  •  没有蜡笔的小新
    2021-01-26 02:49

    Ensure you have updated all the packages to the latest versions, you have Visual Studio 2015 Update 3 and the latest stable version of Xamarin.

    Some developers have mentions, that building release app packages can cause issues if you don't use the English version of Visual Studio - if you don't, set it in Tools -> Options -> International Settings.

提交回复
热议问题