On Fri, Mar 21, 2008 at 6:16 PM, Jerry Krinock <[EMAIL PROTECTED]> 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 (Cocoa-dev@lists.apple.com) 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/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]