sample.xcodeproj 无法打开,因为无法解析项目文件。在 Xcode 界面生成器中打开 Xib 文件时

sample.xcodeproj cannot be opened because the project file cannot be parsed. while opening the Xib file in Xcode interface builder

我正在 Xamarin 中使用 Visual Studio 为 Mac 开发一个应用程序。

当我尝试在 Xcode(8.3) 界面生成器中打开 .xib(或任何其他界面生成器文件)进行设计时,出现错误

sample.xcodeproj cannot be opened because the project file cannot be parsed.

有人对此有解决方案吗?

Visual Studio for Mac Preview 8 (7.0 build 2845) 修复了这个问题。

我发现问题出在 Info.plist 文件中。尝试打开 .xib 文件时,无法解析某些为空的必填字段。在我的例子中,最低系统版本 字段不知何故恰好是空的。