Re: [iPhone] Grouped TableView baffling problem
Re: [iPhone] Grouped TableView baffling problem
- Subject: Re: [iPhone] Grouped TableView baffling problem
- From: Dave Camp <email@hidden>
- Date: Fri, 8 May 2009 07:13:55 -0700
Instead of running and letting it load the debugger on crash, start it
with the debugger in the first place (Cmd-Y). Depending on the
problem, if the debugger loads after-the-fact you may not get a lot of
helpful information in the console log.
Dave
On May 8, 2009, at 1:04 AM, James Lin wrote:
Hi,
I have a table view with 3 grouped sections. Each section contains
only one item.
There is a baffling problem i don't have a clue what went wrong.
if any one of the single row in any section is selected for the
first time.
All is well, the correct next view will get pushed without problem.
but if i select the back button and come back to the table view and
try to select the same or another row.
I get dropped into the debugger with the following message:
Loading program into debugger…
GNU gdb 6.3.50-20050815 (Apple version gdb-962) (Sat Jul 26 08:14:40
UTC 2008)
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 "i386-apple-darwin".warning: Unable to
read symbols for "/System/Library/Frameworks/UIKit.framework/
UIKit" (file not found).
warning: Unable to read symbols from "UIKit" (not yet mapped into
memory).
warning: Unable to read symbols for "/System/Library/Frameworks/
CoreGraphics.framework/CoreGraphics" (file not found).
warning: Unable to read symbols from "CoreGraphics" (not yet mapped
into memory).
Program loaded.
sharedlibrary apply-load-rules all
Attaching to program: `/Users/linjames/Library/Application Support/
iPhone Simulator/User/Applications/541FCE53-8B6A-4878-BD9B-
FDAE34C62CB1/KindredSpirit.app/KindredSpirit', process 21184.
as you can see, this doesn't help tell me what went wrong...am I
missing something?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden