c# - Xamarin Studio 未启动 iOS 项目。错误 MT1108 : Could not find developer tools for this 10. 0.2 设备

标签 c# xamarin xamarin.ios xcode8 xamarin-studio

我的 Xamarin 开发昨天运行良好,现在在尝试运行项目时显示此错误消息:

error MT1108: Could not find developer tools for this 10.0.2 (14A456) device. Please ensure you are using a compatible Xcode version and then connect this device to Xcode to install the development support files.

我已经将 Xcode 更新到 8.1,Xamarin Studio 是最新的稳定版本,我已经升级到 macOS Sierra,但我仍然遇到这个问题。和我开发环境相同的同事还是可以正常运行项目的。我还可以使用相同的设置打开另一个 iOS 项目,它会很好地部署到手机上。

我尝试过的其他事情:

  • 完成 Xamarin Studio 的卸载/重新安装。

  • Xamarin Studio 的 Alpha 版本。

最佳答案

所以这对我有用:

  1. 将调试配置更改为:Debug | iPhone模拟器
  2. 运行解决方案
  3. 将调试配置改回:Debug |手机
  4. 运行解决方案

关于c# - Xamarin Studio 未启动 iOS 项目。错误 MT1108 : Could not find developer tools for this 10. 0.2 设备,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41000307/

相关文章:

c# - ASP.NET 图表控件 - 动态添加和删除一系列数据点

c# - 如何使用简单注入(inject)器模拟模块/安装程序/注册表

android - Xamarin Android Player 显示 0 个可下载设备?

ios - Xamarin MSBuild - 错误 MSB3323 : Unable to find manifest signing certificate in the certificate store

ios - 在 iOS13 Xamarin 中打开应用程序崩溃的 URL/文件

c# - MonoTouch ZXING 相机打不开

c# - 将 runas 作为子进程启动并将密码写入标准输入?

c# 通过引用或通过值

xamarin - 如何处理推送通知中的点击事件 (Xamarin.IOS)

c# - 在 MonoTouch .NET 线程中使用 NSTimer 的问题