我正在尝试运行Xamarin.Forms的示例示例.我已经制作了示例应用程序.我已经在项目中添加了所需的包.但由于某种原因我得到了错误 Failed to launch the simulator: Could not load the framework ‘libswi
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.
每当我尝试运行应用程序时,它编译得很好,但是在模拟器预期启动之前它会显示上面的消息
我该如何解决这个问题?
您需要更新Xamarin Studio(和/或Visual Studio). This是修复它的版本. Here是关于问题的帖子,其中相应的错误与您的确切匹配.总结一下,Xcode 8.1改变了库的位置,因此导致Xamarin出错. Xamarin发布了一个解决它的稳定通道的修补程序.