Re: Simple Out-of-Box Demo: Private Framework Crashes in 10.3.9
Re: Simple Out-of-Box Demo: Private Framework Crashes in 10.3.9
- Subject: Re: Simple Out-of-Box Demo: Private Framework Crashes in 10.3.9
- From: "Kyle Sluder" <email@hidden>
- Date: Fri, 21 Mar 2008 20:04:22 -0400
On Fri, Mar 21, 2008 at 6:16 PM, Jerry Krinock <email@hidden> wrote:
> The framework adds a category with a single method onto NSString, as
> shown. Code, Project Settings, links to Build Transcripts and
> projects, Console and Crash Log snippets are all given below.
My guess is that since dyld doesn't support @loader_path on 10.3.9,
your framework isn't loading, and therefore your category resolves to
NULL. Once you try to use it, you crash because the runtime tries to
dereference this NULL identifier.
More info here:
http://lists.apple.com/archives/xcode-users/2007/May/msg00076.html
--Kyle Sluder
_______________________________________________
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