objective-c – Xcode 4“等待进程’Appname’启动

前端之家收集整理的这篇文章主要介绍了objective-c – Xcode 4“等待进程’Appname’启动前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我安装了 Xcode 4,现在无法运行我的一个iPhone项目.
Copyright 2004 Free Software Foundation,Inc.
GDB is free software,covered by the GNU General Public License,and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin".sharedlibrary apply-load-rules all
Waiting for process 'AppName' to launch.

在顶部状态栏上,我看到“附加到AppName”.
该项目唯一奇怪的事情是它依赖ZXingWidget进行QR码扫描.

更奇怪的是它适用于同事计算机,但不适用于我的计算机.

尝试删除我的构建目录,没有骰子.

我可以在Xcode 4中从源代码运行其他iPhone项目没有问题.

有没有人见过这个?

解决方法

我在 Apple Developer Forums发现的一个提示

Go into your ProjectName.xcodeproj/
directory and delete anything named
with your userid. Re-open the
project in xcode and all that will get
recreated and it should work. At least
it did for me.

另一个提示是手动删除构建目录.

还有一个提示是导航到管理器(在xcode 4中按Shift→命令⌘2),选择项目,在左侧选择您的应用程序,然后在派生数据右侧选择删除…-按钮.

永远不要忘记普遍有用的提示:重新启动计算机并再试一次.

祝好运!

猜你在找的C&C++相关文章