当我在设备上构建应用程序时收到警告 - 这是什么意思?

发布于 2024-11-02 01:57:51 字数 1252 浏览 0 评论 0原文

有人可以帮我解决这个警告吗?当我在我的设备而不是模拟器上执行 buildandRun 时,我会在控制台上看到此信息。最后一行到底是什么意思? 我正在使用 XCode 3.2。当我将应用程序部署到应用程序商店时,我应该担心这一点吗?

控制台打印输出:

========================================================
[Session started at 2011-04-18 07:59:37 -0400.]
GNU gdb 6.3.50-20050815 (Apple version gdb-1510) (Fri Oct 22 04:12:10 UTC 2010)
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 "--host=i386-apple-darwin --target=arm-apple-darwin".tty /dev/ttys001
Loading program into debugger…
Program loaded.
target remote-mobile /tmp/.XcodeGDBRemote-408-54
Switching to remote-macosx protocol
mem 0x1000 0x3fffffff cache
mem 0x40000000 0xffffffff none
mem 0x00000000 0x0fff none
run
Running…
[Switching to thread 11523]
[Switching to thread 11523]
sharedlibrary apply-load-rules all
continue

    Warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols/usr/lib/info/dns.so (file not found).

could someone please help me with this warning. I get this on my console when I do a buildandRun on my device rather than my simulator. What exactly does the last line mean?
I'm using XCode 3.2. Should I be concerned about this when I deploy my apps to the app store?

Console Printout:

========================================================
[Session started at 2011-04-18 07:59:37 -0400.]
GNU gdb 6.3.50-20050815 (Apple version gdb-1510) (Fri Oct 22 04:12:10 UTC 2010)
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 "--host=i386-apple-darwin --target=arm-apple-darwin".tty /dev/ttys001
Loading program into debugger…
Program loaded.
target remote-mobile /tmp/.XcodeGDBRemote-408-54
Switching to remote-macosx protocol
mem 0x1000 0x3fffffff cache
mem 0x40000000 0xffffffff none
mem 0x00000000 0x0fff none
run
Running…
[Switching to thread 11523]
[Switching to thread 11523]
sharedlibrary apply-load-rules all
continue

    Warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols/usr/lib/info/dns.so (file not found).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

时光匆匆的小流年 2024-11-09 01:57:51

转到路径并删除此文件夹 -

/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148a)/

,当您再次连接设备时,它会要求您重新收集操作系统,因此请按收集。

Go to the path and delete this folder -

/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148a)/

and when you will connect your device again it will ask you to recollect the os, so press collect.

娇女薄笑 2024-11-09 01:57:51

不,没关系。这只是一个警告,并且是来自调试器(而不是编译器)的警告。这不会影响应用程序在 App Store 上发布时的情况,并且在开发过程中也不太可能造成任何问题。

No, it's fine. It's just a warning, and one from the debugger (not the compiler). This won't affect the app when published on the App Store and it's unlikley to cause any problems while developing either.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文