Re: *Still* Crashing Cross Development
Re: *Still* Crashing Cross Development
- Subject: Re: *Still* Crashing Cross Development
- From: Robert Clair <email@hidden>
- Date: Fri, 17 Feb 2006 18:00:49 -0500
The clue here is that the code works fine when built and run on 10.3
and when built and run on 10.4.
The problem is building on 10.4 and running on 10.3.
Things like whether you write
self = [super init];
or
[super init]
if (self )
are very unlikely to be the problem.
A muchos gracias and a tip of the hat to:
On Feb 17, 2006, at 3:41 PM, Andrea at Redmatica wrote:
Maybe you have enabled the "accelerated objective-c dispatching"
setting?
Disable it for 10.3
Andrea
This was indeed the main problem. I don't remember ever checking it
or even ever noticing it, but I can't swear to it.
Sure would be nice if Xcode noticed you were about to shoot yourself
in the foot. Or at least if the cross development doc's mentioned it.
Thanks,
Bob
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden