FROM : Jens Alfke
DATE : Wed May 14 16:47:05 2008
On 14 May '08, at 6:48 AM, Yann Disser wrote:
> How can I debug my App from Finder (or Terminal) to see where it
> crashes? (printf("hallo\n") doesn't work either)
From a shell, enter "gdb MyApp.app", then "run".
I would suspect a dyld error, like a framework/library not found. The
Finder / LaunchServices is really bad at reporting these. Running the
app from a shell or gdb should report more useful info.
On 14 May '08, at 6:55 AM, Stéphane wrote:
> There's a bug in your code or in your Info.plist.
Actually I think we could answer almost all of the questions on this
list that way ;-)
—Jens
DATE : Wed May 14 16:47:05 2008
On 14 May '08, at 6:48 AM, Yann Disser wrote:
> How can I debug my App from Finder (or Terminal) to see where it
> crashes? (printf("hallo\n") doesn't work either)
From a shell, enter "gdb MyApp.app", then "run".
I would suspect a dyld error, like a framework/library not found. The
Finder / LaunchServices is really bad at reporting these. Running the
app from a shell or gdb should report more useful info.
On 14 May '08, at 6:55 AM, Stéphane wrote:
> There's a bug in your code or in your Info.plist.
Actually I think we could answer almost all of the questions on this
list that way ;-)
—Jens
| Related mails | Author | Date |
|---|---|---|
| Yann Disser | May 14, 15:48 | |
| Stéphane | May 14, 15:55 | |
| Jean-Daniel Dupas | May 14, 16:20 | |
| Jens Alfke | May 14, 16:47 | |
| Yann Disser | May 14, 17:13 | |
| Andy Lee | May 14, 17:30 | |
| Stuart Malin | May 14, 19:56 | |
| Jean-Daniel Dupas | May 14, 20:55 | |
| Yann Disser | May 15, 18:42 | |
| Jean-Daniel Dupas | May 15, 18:48 | |
| Sherm Pendley | May 15, 18:56 | |
| Jens Alfke | May 15, 20:45 | |
| Douglas Davidson | May 15, 20:49 |






Cocoa mail archive

