本文介绍了iOS 模拟器无法启动的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试运行 Xamarin.Forms 的示例示例.我已经制作了示例应用程序.我已经在项目中添加了所需的包.但由于某种原因,我收到了错误

I am trying to run the sample example for Xamarin.Forms. I have made the sample application. I have added the required packages in the project.But for some reason I am getting the the error

无法启动模拟器:无法加载框架libswiftCore.dylib"(路径:/Applications/Xcode8beta.app/Contents/Frameworks/libswiftCore.dylib):未找到.错误 MT1008:无法启动模拟器:无法加载框架libswiftCore.dylib"(路径:/Applications/Xcode8beta.app/Contents/Frameworks/libswiftCore.dylib):未找到.

我在 Mac 上使用 XCode 8 betaXamarin 工作室 6.1.1

I am using XCode 8 beta on my MacXamarin studio 6.1.1

我已在 Xamarin 首选项中正确设置了 SDK 的路径,并且表示 SDK 在提到的路径中可用.每当我尝试运行该应用程序时,它都能很好地编译,但就在模拟器启动之前,它会显示上述消息.

I have set the paths for the SDK correctly in the Xamarin preferences and it is saying that the SDK is available at the path that has been mentioned.Whenever I try to run the application it compiles well but just before the simulator is expected to start it shows the above message.

我应该如何解决这个问题?

How should I resolve this issue ?

推荐答案

你需要更新 Xamarin Studio(和/或 Visual Studio).这是修复它的版本.这里是关于该问题的帖子完全匹配您的.

You need to update Xamarin Studio (and/or Visual Studio). This is the release that fixes it. Here is the post about the issue with the corresponding bugs that match your exactly.

总结,Xcode 8.1 更改了库的位置,因此导致 Xamarin 出错.Xamarin 发布了解决此问题的稳定通道的修补程序.

Summary, Xcode 8.1 changed the location of the library so it caused Xamarin to error. Xamarin released a hotfix to the stable channel that resolves it.

这篇关于iOS 模拟器无法启动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-22 11:25
查看更多