• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Simple Out-of-Box Demo: Private Framework Crashes in 10.3.9
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Simple Out-of-Box Demo: Private Framework Crashes in 10.3.9
      • From: Jerry Krinock <email@hidden>
References: 
 >Simple Out-of-Box Demo: Private Framework Crashes in 10.3.9 (From: Jerry Krinock <email@hidden>)

  • Prev by Date: xmldata: ContentTypeDeclaration *and* NodePrettyPrint?
  • Next by Date: How to set default value for NSTextField from program before window is displayed?
  • Previous by thread: Simple Out-of-Box Demo: Private Framework Crashes in 10.3.9
  • Next by thread: Re: Simple Out-of-Box Demo: Private Framework Crashes in 10.3.9
  • Index(es):
    • Date
    • Thread