System.NotImplementedException: You've somehow included the PCL version of Refit in your app. You need to use the platform-specific version!
目前使用的 MVVMCross 框架引用了 Core Project
我已经尝试过多种方式:
- 不同版本的改装测试(使用的所有相同版本)。
- 试图在 Setup.cs(android 平台)中设置 DI,而不是 PCL。
- 我什至尝试使用共享项目而不是 PCL。只有 xamarin android 安装了 refit - PCL 无法破坏它,但仍然给出相同的错误..
- 我检查了 Android 的实际改装
\app\packages\refit.2.4.1\lib\MonoAndroid\Refit.dll
- 我检查了 IOS 的实际改装
\app\packages\refit.2.4.1\lib\Xamarin.iOS10\Refit.dll
我错过了什么吗?