问题描述
我用来以xamarin形式开发跨平台应用程序,但是有一个问题.我使用vs 2015企业版.在iphoneSimulator上模拟应用程序时出现问题.我选择配置"模式作为调试",选择平台"模式作为IphoneSimulator.在Windows方面,我使用Xamarin.ios 11.2,而Macbook方面也是相同的xamarin.ios sdk.而且我可以将Windows成功连接到Macbook.我使用的是xcode 9.2版.
I use in order to develop cross platform application in xamarin forms but I have an issue. I use vs 2015 enterprise. There is a problem, when I simulate my application on iphoneSimulator. I selected "Configuration" mode as Debug and "Platform" mode as IphoneSimulator. In Windows side I use Xamarin.ios 11.2 and macbook side is same xamarin.ios sdk too. And I can connect windows to macbook successfully. I use xcode version 9.2.
当我运行我的应用程序时,
When I run my application,
启动失败.无法在"iPhone 5s iOS 11.2"上启动应用程序"ADF.XPF.iOS".错误:错误MT0069:应用目录'/Users/yazilim/Library/Caches/Xamarin/mtbs/builds/ADF.XPF.iOS/3d07b519b07c870401ed8b5058cf1d91/bin/iPhoneSimulator/Debug/trgovegmmobil.app'不存在.
Launch failed. The app 'ADF.XPF.iOS' could not be launched on 'iPhone 5s iOS 11.2'. Error: error MT0069: The app directory '/Users/yazilim/Library/Caches/Xamarin/mtbs/builds/ADF.XPF.iOS/3d07b519b07c870401ed8b5058cf1d91/bin/iPhoneSimulator/Debug/trgovegmmobil.app' does not exist.
您能帮我吗?
推荐答案
我之前也遇到过这个问题.
I also met this before.
1.在模拟器中删除应用程序
1.Delete the app in simulator
2.删除bin
,obj
文件夹
3.再次运行
这应该可以解决问题.
这篇关于错误:错误MT:无法启动模拟器. MT0069:应用程序目录不存在的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!