This thread is superseded by the thread entitled "Remote debugging of an iPad resident app with XCode".
I built my app into my iPad "device" and ran it in debug mode. For some reason the symbols file is not being found. I think I've not properly set some Project or Target setting properly. I got the following error:
I built my app into my iPad "device" and ran it in debug mode. For some reason the symbols file is not being found. I think I've not properly set some Project or Target setting properly. I got the following error:
Code:
[Session started at 2011-06-21 03:57:50 -0700.]
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/ttys003
Loading program into debugger…
sharedlibrary apply-load-rules all
Program loaded.
unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: target remote-mobile /tmp/.XcodeGDBRemote-12306-77
Switching to remote-macosx protocol
mem 0x1000 0x3fffffff cache
mem 0x40000000 0xffffffff none
mem 0x00000000 0x0fff none
run
Running…
[Switching to thread 11779]
[Switching to thread 11779]
Re-enabling shared library breakpoint 2
Re-enabling shared library breakpoint 4
Re-enabling shared library breakpoint 5
Re-enabling shared library breakpoint 6
Re-enabling shared library breakpoint 7
Re-enabling shared library breakpoint 8
Re-enabling shared library breakpoint 9
Re-enabling shared library breakpoint 10
continue
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
unable to load symbol file:
Data Formatters temporarily unavailable, will re-try after a 'continue'. (Can't find dlopen function, so it is not possible to load shared libraries.)
(gdb)
Last edited by a moderator: