xamarin.ios – Rx 2.1和Xamarin

xamarin.ios – Rx 2.1和Xamarin,第1张

概述我正在尝试在Xamarin上构建一个针对多个平台但使用rx的应用程序.到目前为止,我已经创建了一个核心PCL,我想使用rx,但是当我尝试导入rx 2.1 nuget包时,我收到以下错误: You are trying to install this package into a project that targets ‘portable-net40+win+sl50+wp80+MonoAndro 我正在尝试在Xamarin上构建一个针对多个平台但使用rx的应用程序.到目前为止,我已经创建了一个核心PCL,我想使用rx,但是当我尝试导入rx 2.1 nuget包时,我收到以下错误:

You are trying to install this package into a project that targets
‘portable-net40+win+sl50+wp80+MonoAndroid10+Monotouch10′,but the
package does not contain any assembly references or content files that
are compatible with that framework. For more information,contact the
package author.

我知道xamarin商店中有一个rx组件,但似乎我不能将它添加到我的PCL中.

在我看来,理想情况下我想要PCL中的核心rx库,但是应该在特定于平台的应用程序实现中导入特定于平台的调度程序.

目前最好的方法是什么?

注:我知道在其他问题中已经触及了这个问题,但答案是在Xamarin发布通道PCL支持之前.

编辑:

我已将我的PCL修改为目标.net 4.5(并删除了silverlight).我现在可以拉入rx nuget包但是我得到一个构建警告,它无法解析’system.runtime.interopservices.windowsruntime’.

解决方法@H_403_33@ 目前,Xamarin Stable无法构建PCL(Alpha刚刚获得它,但我没有尝试过它).现在只需使用多个csproj文件(例如,参见 https://github.com/paulcbetts/starter-mobile) 总结

以上是内存溢出为你收集整理的xamarin.ios – Rx 2.1和Xamarin全部内容,希望文章能够帮你解决xamarin.ios – Rx 2.1和Xamarin所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1076023.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-26
下一篇 2022-05-26

发表评论

登录后才能评论

评论列表(0条)

保存