Skip navigation.
 
mlRe: Launching Cocoa Application externally
FROM : Andy Lee
DATE : Wed May 14 17:30:03 2008

Is MyApp.app a Release build or a Debug build?

--Andy

On May 14, 2008, at 11:13 AM, Yann Disser wrote:

> The App runs fine in gdb and even writes the output file.....
>
> Still the same error (crash and no output written) when running it 
> with "open MyApp.app".
>
> Yann
>
>
> On 14. May 2008, at 16:47, Jens Alfke wrote:
>

>>
>> 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

>
> _______________________________________________
>
> Cocoa-dev mailing list (<email_removed>)
>
> 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:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>

Related mailsAuthorDate
mlLaunching Cocoa Application externally Yann Disser May 14, 15:48
mlRe: Launching Cocoa Application externally Stéphane May 14, 15:55
mlRe: Launching Cocoa Application externally Jean-Daniel Dupas May 14, 16:20
mlRe: Launching Cocoa Application externally Jens Alfke May 14, 16:47
mlRe: Launching Cocoa Application externally Yann Disser May 14, 17:13
mlRe: Launching Cocoa Application externally Andy Lee May 14, 17:30
mlRe: Launching Cocoa Application externally Stuart Malin May 14, 19:56
mlRe: Launching Cocoa Application externally Jean-Daniel Dupas May 14, 20:55
mlRe: Launching Cocoa Application externally Yann Disser May 15, 18:42
mlRe: Launching Cocoa Application externally Jean-Daniel Dupas May 15, 18:48
mlRe: Launching Cocoa Application externally Sherm Pendley May 15, 18:56
mlRe: Launching Cocoa Application externally Jens Alfke May 15, 20:45
mlRe: Launching Cocoa Application externally Douglas Davidson May 15, 20:49