• 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: Unable to read symbols for...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unable to read symbols for...


  • Subject: Re: Unable to read symbols for...
  • From: Brian Stern <email@hidden>
  • Date: Wed, 20 Aug 2008 09:52:22 -0400

The 'Unable to read symbols from' comment from GDB is a red herring.

Your problem is here:


2008-08-20 06:36:47.716 BirdBook[317:20b] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<BirdBookAppDelegate 0x44f6e0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key window.' -----------------

You probably have an IBOutlet named 'window' in your BirdBookAppDelegate class and maybe a property for it. Something is wrong with that accessor or outlet.


Look at your IBOutlet, @property, and @synthesize lines to find out what's wrong. If by chance you have written window and setWindow accessors look at those also. Possibly also there could be a disconnect between a setting in IB related to this App Delegate class and your code for that IBOutlet. Probably a typo somewhere.


This seems to have occurred after I added the CoreGraphics framework to my project.

Also a red herring.


-- Brian Stern email@hidden



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Unable to read symbols for...
      • From: "john muchow" <email@hidden>
References: 
 >Unable to read symbols for... (From: "john muchow" <email@hidden>)

  • Prev by Date: Latest and greatest documenation for an OFFLINE machine
  • Next by Date: Re: kext and std C++ algorithms?
  • Previous by thread: Unable to read symbols for...
  • Next by thread: Re: Unable to read symbols for...
  • Index(es):
    • Date
    • Thread