• 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: help loading file
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: help loading file


  • Subject: Re: help loading file
  • From: Jeremy French <email@hidden>
  • Date: Fri, 4 Mar 2005 11:52:24 -0500

When you get a compiler warning like the following:

"NSTextView may not respond to inserText"

double click on the warning to take you to line in your code that has the problem.

The above warning means you are sending the message "inserText" to an object whose class is "NSTextView", and that the method "inserText" does not exist. The subtle phrase "may not respond" means there is no such method. Most likely, you have mispelled the method name. (You probably meant to type "insertText".)

Are you using Code Sense to help you spell?

Choose XCode -> Preferences, and select the Navigation panel. Make sure you have Code Sense enabled. All checkboxes for Code Sense should be checked.

For more information on Code Sense, choose HELP -> XCode Help. Select the the topic Editing Files -> Use Code Completion.

---

On Mar 4, 2005, at 10:13 AM, simone gabbriellini wrote:

I did, and I tried it but my compiler log says:

"NSTextView may not respond to inserText"

and I don't understand why...

_______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: help loading file
      • From: simone gabbriellini <email@hidden>
References: 
 >Re: help loading file (From: James McConnell <email@hidden>)
 >Re: help loading file (From: simone gabbriellini <email@hidden>)
 >Re: help loading file (From: simone gabbriellini <email@hidden>)
 >Re: help loading file (From: "Geert B. Clemmensen" <email@hidden>)
 >Re: help loading file (From: simone gabbriellini <email@hidden>)

  • Prev by Date: Scrolling paper roll
  • Next by Date: Re: help loading file
  • Previous by thread: Re: help loading file
  • Next by thread: Re: help loading file
  • Index(es):
    • Date
    • Thread