Xamarin.iOS模拟器不显示

Xamarin.iOS Simulator not display

我是 Xamarin 世界的新手。当我使用 Xamarin studio 启动 运行 我的应用程序并启动 Simulator 时,它将显示以下错误并且不会启动 Simulator。如果这是基本问题,那么我很抱歉,但如何解决这个问题。

我在 google 和 SO 上搜索,但没有任何帮助。

错误logcat:

Failed to launch the simulator: Could not load the framework 'IDEFoundation' (path: /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/IDEFoundation): dlopen(/Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/IDEFoundation, 1): Library not loaded: @rpath/DVTAnalytics.framework/Versions/A/DVTAnalytics Referenced from: /Applications/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: /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/IDEFoundation): dlopen(/Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/IDEFoundation, 1): Library not loaded: @rpath/DVTAnalytics.framework/Versions/A/DVTAnalytics Referenced from: /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/IDEFoundation Reason: image not found

你用的是最新的稳定版Xamarin.Fomrs吗?

卸载整个Xamarin Studio。然后再次安装。它会解决问题。