您的位置:首页 > 移动开发

Xcode suddenly stopped running project on hardware: “Could not launch xxx.app: .. No such file..”

2012-11-06 01:53 513 查看
============================================================博文原创,转载请声明出处电子咖啡(原id蓝岩)============================================================xcode真机调试时候出现以下错误,没法运行到真机上
Xcode suddenly stopped running project on hardware: “Could not launch xxx.app: .. No such file..”
解决方法有多重,都可能实现,大家可以都试一下:
1、我的是这种方法解决的
Try deleting "Required device capabilities" in the -Info.plist file.
2、我的并没有成功
Disconnect your device
Delete the app from your device.
Quit Xcode (Do not just simply close the window, quit it)
Delete derived data folder (~/Library/Developer/Xcode/DerivedData/-gbrvhlvwmpiobxdujegtghggrffp - or something like that)
Now start Xcode once again, connect device and run the project. It should work fine.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: