当前位置 : 主页 > 手机开发 > ios >

iOS模拟器无法启动

来源:互联网 收集:自由互联 发布时间:2021-06-11
我正在尝试运行Xamarin.Forms的示例示例.我已经制作了示例应用程序.我已经在项目中添加了所需的包.但由于某种原因我得到了错误 Failed to launch the simulator: Could not load the framework ‘libswi
我正在尝试运行Xamarin.Forms的示例示例.我已经制作了示例应用程序.我已经在项目中添加了所需的包.但由于某种原因我得到了错误

Failed to launch the simulator: Could not load the framework ‘libswiftCore.dylib’ (path:
/Applications/Xcode8beta.app/Contents/Frameworks/libswiftCore.dylib):
not found. error MT1008: Failed to launch the simulator: Could not
load the framework ‘libswiftCore.dylib’ (path:
/Applications/Xcode8beta.app/Contents/Frameworks/libswiftCore.dylib):
not found.

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

我已经在Xamarin首选项中正确设置了SDK的路径,并且说可以在已提到的路径上使用SDK.
每当我尝试运行应用程序时,它编译得很好,但是在模拟器预期启动之前它会显示上面的消息enter image description here

我该如何解决这个问题?

您需要更新Xamarin Studio(和/或Visual Studio). This是修复它的版本. Here是关于问题的帖子,其中相应的错误与您的确切匹配.

总结一下,Xcode 8.1改变了库的位置,因此导致Xamarin出错. Xamarin发布了一个解决它的稳定通道的修补程序.

网友评论