3

有没有人尝试过将 MvvmCross 与 Xamarin.iOS 2 一起使用?

是否需要任何特殊步骤才能使其工作 - 特别是在针对 iOS 应用程序的 VS 中?

有多少现有的设置说明仍然适用?PCL 是否使用http://slodge.blogspot.co.uk/2012/12/cross-platform-winrt-monodroid.html上的现有步骤工作?

我问是因为我在编译部分 mvvmcross 时遇到问题。

我遇到的一个问题是,我似乎错过了在我的 Mac 上的 VMWare 下运行的 Win8 上的一些设置。

这是我收到的一条错误消息:

System.Windows.dll could not be found

resulting in System.Windows.Interactivty not being available and the following failing to compile

using System.Windows.Interactivity;

namespace Cirrious.MvvmCross.Wpf.Commands
{
    public class MvxEventToCommand : TriggerAction<DependencyObject>

TIA,

安德烈亚斯

4

1 回答 1

0

为了讨论 xam2.0 的当前状态,我今天推荐这个线程 - http://forums.xamarin.com/discussion/1549/pcls-and-mvvmcross-in-the-new-tools#latest

或者在这里提出问题 - 但请尽可能多地提供有关您遇到的“麻烦”的技术细节。

在我可以看到的细节上,Cirrious.MvvmCross.Wpf.Commands 不是 iOS 框架的一部分 - 所以不会影响 iOS 构建。在这个 Wpf 问题上,我建议 - https://github.com/slodge/MvvmCross/issues/171最后是:

@hugoterelle 评论说:必须为 .NET 4 (BlendWPFSDK_en.msi) 安装 Blend SDK 并且一切都运行完美......

于 2013-02-25T07:33:34.127 回答