Re: At a loss with cross development
Re: At a loss with cross development
- Subject: Re: At a loss with cross development
- From: Jack Nutting <email@hidden>
- Date: Wed, 3 Aug 2005 22:44:51 +0200
On 8/3/05, Theodore H. Smith <email@hidden> wrote:
> I should have said that I'm already doing x-development.
>
> The app compiles without errors using the 10.2.8 SDK.
>
> It's just that it crashes with no explanation in the console why, on
> 10.3! But not on 10.4.
Nothing in the console, but how about a crash log in
~/Library/Logs/CrashReporter? The system should always generate
that..
If nothing else, you could copy the unstripped, Debug version of your
app over to your 10.3 system, run it in gdb from the command-line, and
set a breakpoint on kill(). Then you should be able to examine
everything when it crashes.
--
// jack
// http://www.nuthole.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden