Xamarin 表单:Prism 框架 FileNotFoundException - Prism.Forms

Xamarin forms : Prism framework FileNotFoundException - Prism.Forms

我正在尝试使用 PRISM 框架开发 xamarin 表单。我加了 prism.core、prism.forms、prism.unity.forms 在所有项目中。 当我 运行 它时,我在 iOS 项目

中收到以下错误
System.IO.FileNotFoundException: Could not load file or assembly 'Prism.Forms' or one of its dependencies.

当我下载 n 运行 个带有 prism 框架的示例 xamarin 表单时,我能够。谁能指导我或帮助我解决这个问题?

谢谢。

错误提示未添加引用。我会仔细检查。最简单的入门方法是使用 Prism 模板包

https://visualstudiogallery.msdn.microsoft.com/e7b6bde2-ba59-43dd-9d14-58409940ffa0

然后使用File -> New -> Prism Unity App项目模板。它将为您准备好整个项目。