Re: App works when launched from Xcode, not from Finder
Re: App works when launched from Xcode, not from Finder
- Subject: Re: App works when launched from Xcode, not from Finder
- From: Shawn Erickson <email@hidden>
- Date: Fri, 18 Dec 2009 15:35:12 -0800
On Fri, Dec 18, 2009 at 3:15 PM, PCWiz <email@hidden> wrote:
> Thanks, that's helpful to know.
>
> Kai, I am developing on Snow Leopard but I'm using the 10.5 SDK, so is it possible that NSRecursiveLock is being used in NSOperationQueue? Or should I set a breakpoint on [NSRecursiveLock alloc] to see where its being allocated?
SDKs are stub libraries, they don't contain code (of course they can
set binary "flags" that trigger compatibility modes)... Anyways why
guess? Set the break point (or better yet use Instruments) and track
down the source.
-Shawn
_______________________________________________
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