【发布时间】:2019-06-18 01:24:58
【问题描述】:
我试图在我的 iPad 上运行 Xamarin.Forms 应用程序并收到以下错误:
Launch failed. The app 'AppIOS' could not be launched on 'My iPad'. Error: error MT1006: Could not install the application '/Users/mycompany/Library/Caches/Xamarin/mtbs/builds/AppIOS/someguid/bin/iPhone/Debug/my.app' on the device 'My iPad': EOF Error (error: 0xe800000e).. Please check the logs for more details.
此应用之前在同一设备上运行良好。 iOS 构建和部署过程似乎非常不稳定,因此经常需要多次尝试,所以我习惯于重新启动 Visual Studio、它构建的 Mac 和 iPad,通常会浪费大量时间。我已多次重新启动此处涉及的所有内容,但此错误仍然存在。我检查了设备日志,没有相关消息,甚至在适当的时候没有任何消息。
我正在使用 Visual Studio 2017 (15.9.4)、Xamarin.iOS 和 Xamarin.Mac SDK (12.2.1.12),在运行 macOS Mojave 和 XCode 10.1 的 Mac Mini 上构建,部署到 iPad Air (A1474)运行 iOS 12.1.1。据我所知,自从我上次让它工作以来,这些都没有更新。该应用的 UWP 版本运行良好。
我可以找到很多 MT1006 问题,但没有出现 EOF 错误(错误:0xe800000e),我根本找不到有关此特定错误的信息。谁能告诉我这是什么意思?
【问题讨论】:
-
您是否也尝试从 iPad 上删除该应用程序?
-
转到 MAC 系统上的 /Users/mycompany/Library/Caches/Xamarin/mtbs/builds/ 路径并删除您的项目并再次运行它。希望有帮助
-
你最近是否安装了 Xamarin.iOS 更新?
标签: ios xamarin.forms xamarin.ios