2011-04-18 58 views
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). 

回答

1

不,沒關係。這只是一個警告,一個來自調試器(不是編譯器)。這不會影響在App Store上發佈的應用程序,並且在開發任何問題時都不會引起任何問題。

2

轉到路徑並刪除這個文件夾 -

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

和當您再次連接設備時,它會要求您重新收集操作系統,因此請按收集。

相關問題