Xamarin.IOs错误:本地应用程序和远程构建之间的不一致

时间:2018-05-15 08:40:32

标签: visual-studio xamarin xamarin.ios

我有一个Xamarin.IOs项目,我在Visual Studio 2017 for Windows中进行编码,并在通过配对Mac 连接到 Mac Build Host 的真实设备上进行调试Visual Studio的工具。

但是当我尝试运行我的Xamarin.IOs应用程序时,我收到此错误,

An inconsistency between the local app and the remote build has been detected for <App Name>. Please rebuild the application and try again. Check the logs for more details

这些都没有解决问题,

  • 重建应用程序并再次运行
  • 清理项目,构建项目并再次运行
  • 清理项目,删除bin和obj文件夹,构建并再次运行

1 个答案:

答案 0 :(得分:2)

发生此错误时,您只需断开 Mac Build Host ,然后重新连接到 Mac Build Host < / strong>即可。然后尝试在设备上运行应用程序,它会工作!

图像指南

Re-connecting to a Mac Build Host

  • A:打开配对Mac 窗口以连接 Mac Build Host
  • B:已连接的 Mac Build Host
  • C:右键单击并断开此 Mac Build Host ,然后再次连接

现在,如果您运行应用程序,它将部署到设备而不会出现任何问题。

注意:正在连接到Mac教程 https://docs.microsoft.com/en-us/xamarin/ios/get-started/installation/windows/connecting-to-mac/