Xamarin.ios 我需要帮助使用monodevelop部署我的应用程序。错误:应用程序被信号SIGIO终止

Xamarin.ios 我需要帮助使用monodevelop部署我的应用程序。错误:应用程序被信号SIGIO终止,xamarin.ios,Xamarin.ios,有人知道我在iPhone上调试时为什么会出现这个错误吗 /Developer/MonoTouch/usr/bin/mtouch -installdev="/Volumes/User Storage/Users/Robert/Projects/DinnerReady/DinnerReady/bin/iPhone/Debug/DinnerReady.app" Please ensure your device is connected... Connected to: Robert?s iPhone

有人知道我在iPhone上调试时为什么会出现这个错误吗

/Developer/MonoTouch/usr/bin/mtouch -installdev="/Volumes/User Storage/Users/Robert/Projects/DinnerReady/DinnerReady/bin/iPhone/Debug/DinnerReady.app"
Please ensure your device is connected...
Connected to: Robert?s iPhone
Initializing file service...
Uploading application
Finalizing file service...
Connected to: Robert?s iPhone
Installing application
The application was terminated by a signal: SIGIO
起初我认为我可能做了错误的配置,但我可以使用Xcode部署应用程序。谢谢

以下是控制台输出:

Sat Jan 29 00:11:29 unknown lockdownd[16] <Error>: 2ff66000 handle_connection: Could not receive USB message #10 from mtouch. Killing connection
Sat Jan 29 00:11:29 unknown lockdownd[16] <Error>: 2ffe8000 handle_connection: Could not receive USB message #6 from mtouch. Killing connection
Sat Jan 29 00:11:29 unknown com.apple.mobile.lockdown[16] <Notice>: Could not receive size of messageCould not receive size of message
Sat Jan 29 00:11:29 unknown mobile_installation_proxy[1334] <Error>: main: Could not receive request from host.
Sat Jan 29 00:11:29未知锁定D[16]:2ff66000句柄连接:无法从mtouch接收USB消息#10。杀人联系
星期六1月29日00:11:29未知锁定D[16]:2ffe8000句柄连接:无法从mtouch接收USB消息6。杀人联系
1月29日星期六00:11:29未知com.apple.mobile.lockdown[16]:无法接收邮件大小无法接收邮件大小
Sat Jan 29 00:11:29未知的移动\u安装\u代理[1334]:主:无法接收来自主机的请求。

这是因为我在解决方案上方的一个目录名中有一个空格。

Thx很多。这个答案救了我一命。客户会议前10分钟:)