Xaml 对于共享项目:无法加载文件或程序集

Xaml with shared projects: Could not load file or assembly

我正在尝试在共享项目中将 Xaml 与表单一起使用,所以我使用的是 xaml code example for ListView using Xaml here.

这是我的项目结构:

如你所见,我并没有太大的改变。这是 sample code on xamarin's github repo using PCL.

我收到以下错误: 无法加载文件或程序集 'XamarinFormsXamlSample' 或其依赖项之一。该系统找不到指定的文件。

我哪里做错了,我该如何解决这个错误?

转到您的 iOS 属性 设置并将程序集名称从 XamarinFormsXamlSampleiOS 更改为 XamarinFormsXamlSample,这应该可以解决您的问题,这只发生在共享项目中。