问题描述
昨天我安装了Xcode 4.4。
yesterday I installed Xcode 4.4.
我正在开发一个需要在ios 4.1上运行的项目,支持带有摄像头的iOS设备。
直到我安装Xcode 4.4一切顺利,我可以在iphone 3gs和4s上测试app。
安装Xcode 4.4之后,我无法在iphone 3gs上测试应用程序,每当我尝试这样做时,xcode都会向我显示这条消息:
- 无法说出appname。超时的应用程序超时 -
I'm working on a project which needs to run on ios 4.1 upwards, supporting iOS device with camera.Until I installed Xcode 4.4 everything went well, and I can test app on iphone 3gs and 4s.After I installed Xcode 4.4 I was unable to test app on iphone 3gs, and everytime I try to do it, xcode shows me that message:- Could not lauch "appname". timed out for app to lauch -
有人知道如何摆脱这个错误吗?
Does someone have any idea how to get rid of that error?
推荐答案
尝试使用Ad-Hoc配置调试应用时出现类似问题...
检查您正在使用哪个配置,这似乎是临时的配置不能用于调试。
I had a similar issue when trying to debug an App with Ad-Hoc provisioning...Check which provisioning you're using, it seems ad-hoc provisioning cannot be used for debugging.
编辑实际上,似乎只有开发配置文件可用于调试
EDIT In fact, it seems only development provisioning profiles are Ok for debugging
这篇关于Xcode 4.4错误 - 等待应用程序启动超时的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!