无法在iOS中解析类型Cirrious.MvvmCross.Plugins.File.IMvxFileStore

时间:2015-03-27 18:43:38

标签: ios mvvmcross

注册File和Json插件后,我得到了#34;无法解析类型Cirrious.MvvmCross.Plugins.File.IMvxFileStore。"我注册自定义MvxFileStore,但默认实现。 加载这两个插件后阅读文档我应该获得IMvxFileStore的注册实现(https://github.com/MvvmCross/MvvmCross/wiki/MvvmCross-plugins#file

我对插件的注册如下:

Bootstrap文件夹

   public class FilePluginBootstrap :
        MvxLoaderPluginBootstrapAction<PluginLoader, Plugin>{}
    public class JsonPluginBootstrap : 
        MvxPluginBootstrapAction<PluginLoader>{}

我能做些什么来确认插件是否已加载?应用程序输出不会显示任何尝试加载插件的错误。

1 个答案:

答案 0 :(得分:0)

小而重要的细节不要忘记在Setup.cs中调用base.PerformBootstrapActions()。