【发布时间】:2016-07-15 01:38:33
【问题描述】:
我开始使用 Xamarin Studio,版本是 6.0.1 build 9。 我下载了示例项目来检查它的行为。 我从官网下载了项目。
https://github.com/xamarin/urho-samples
当我开始构建项目时,错误发生如下。
错误 CS0234:类型或命名空间名称
iOS' does not exist in the namespaceUrho'。您是否缺少程序集参考? (CS0234) (Urho.Samples.iOS)
error image 我想我需要修复建筑设置,但我不知道如何处理。
非常感谢您的建议。
【问题讨论】:
-
在 NuGet 包节点下检查是否所有包都已恢复。如果没有,请在编译前恢复它们。