无法加载框架 'IDEFoundation' 而 运行 Xamarin 表单应用程序

Getting Could not load the framework 'IDEFoundation' while running Xamarin form application

我在 运行 Xamarin 表单应用程序时收到以下错误。我已经安装了 Xcode-beta 8。有人可以帮忙吗?

Failed to launch the simulator: Could not load the framework 'IDEFoundation' (path: /Users/apple/Downloads/Xcode.app/Contents/Frameworks/IDEFoundation.framework/IDEFoundation): dlopen(/Users/apple/Downloads/Xcode.app/Contents/Frameworks/IDEFoundation.framework/IDEFoundation, 1): Library not loaded: @rpath/DVTDocumentation.framework/Versions/A/DVTDocumentation
  Referenced from: /Users/apple/Downloads/Xcode.app/Contents/Frameworks/IDEFoundation.framework/IDEFoundation
  Reason: image not found
error MT1008: Failed to launch the simulator: Could not load the framework 'IDEFoundation' (path: /Users/apple/Downloads/Xcode.app/Contents/Frameworks/IDEFoundation.framework/IDEFoundation): dlopen(/Users/apple/Downloads/Xcode.app/Contents/Frameworks/IDEFoundation.framework/IDEFoundation, 1): Library not loaded: @rpath/DVTDocumentation.framework/Versions/A/DVTDocumentation
  Referenced from: /Users/apple/Downloads/Xcode.app/Contents/Frameworks/IDEFoundation.framework/IDEFoundation
  Reason: image not found


谢谢!

听起来 Xamarin 工具的某些部分正试图使用​​ Xcode 的反向工程内部组件来达到自己的目的。 Xcode 不支持,这是 Xamarin 需要解决的问题。

改用Xcode7.3,Xamarin Studio稳定版/Xamarin.iOS不支持不稳定版Xcode.