【发布时间】:2014-09-26 21:45:44
【问题描述】:
我有以下设置,但仍然无法将 mvmcross 库添加到我的项目中:
- VS2013 更新 3
- Nuget 包管理器 2.8.50313.46
- PCL Profile 158(我也尝试过其他类似 78 等)
安装日志如下:
Attempting to resolve dependency 'MvvmCross.HotTuna.StarterPack (≥ 3.2.1)'.
Attempting to resolve dependency 'MvvmCross.HotTuna.MvvmCrossLibraries (≥ 3.2.1)'.
Attempting to resolve dependency 'MvvmCross.HotTuna.CrossCore (≥ 3.2.1)'.
Attempting to resolve dependency 'MvvmCross.PortableSupport (≥ 3.2.1)'.
Installing 'MvvmCross.PortableSupport 3.2.1'.
Successfully installed 'MvvmCross.PortableSupport 3.2.1'.
Installing 'MvvmCross.HotTuna.CrossCore 3.2.1'.
Successfully installed 'MvvmCross.HotTuna.CrossCore 3.2.1'.
Installing 'MvvmCross.HotTuna.MvvmCrossLibraries 3.2.1'.
Successfully installed 'MvvmCross.HotTuna.MvvmCrossLibraries 3.2.1'.
Installing 'MvvmCross.HotTuna.StarterPack 3.2.1'.
Successfully installed 'MvvmCross.HotTuna.StarterPack 3.2.1'.
Installing 'MvvmCross 3.2.1'.
Successfully installed 'MvvmCross 3.2.1'.
Adding 'MvvmCross.PortableSupport 3.2.1' to ClassLibrary1.
Uninstalling 'MvvmCross.PortableSupport 3.2.1'.
Successfully uninstalled 'MvvmCross.PortableSupport 3.2.1'.
Install failed. Rolling back...
Could not install package 'MvvmCross.PortableSupport 3.2.1'. You are trying to install this package into a project that targets 'portable-net45+win+wp80+Xamarin.iOS10+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.iOS10”部分看起来很新……猜想 Xamarin 已经填满了他们的个人资料:/ 最好询问 Xamarin 支持?
-
“Xamarin.iOS10”部分看起来很新……猜想 Xamarin 已经填满了他们的配置文件:/ 配置文件 78 和 259 应该可以工作 - 配置文件 158 已死 - 请参阅发行说明。对于“Xamarin.iOS10”问题,最好询问 Xamarin 支持 - 听起来他们已经进行了一些品牌重塑。
标签: xamarin nuget mvvmcross portable-class-library