• 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
NSInvalidArgumentException - *** -[NSRecursiveLock length]: selector not recognized
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSInvalidArgumentException - *** -[NSRecursiveLock length]: selector not recognized


  • Subject: NSInvalidArgumentException - *** -[NSRecursiveLock length]: selector not recognized
  • From: aashish tiwari <email@hidden>
  • Date: Tue, 23 Jan 2007 12:48:23 +0000 (GMT)

I see
  NSInvalidArgumentException - *** -[NSRecursiveLock length]: selector not recognized
  in following code


NSRange range = NSMakeRange([[m_loggingTextView textStorage] length],0);     [m_loggingTextView replaceCharactersInRange:range   withString:m_text];     [m_loggingTextView scrollRangeToVisible:range];     [m_loggingTextView display];  I have no idea what is happening...

Please help me...

in my app two threads are running ...main and a worker...inside above code is inside worker thread




---------------------------------
 Yahoo! Photos – NEW, now offering a quality print service from just 7p a photo.
_______________________________________________

Cocoa-dev mailing list (email@hidden)

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: NSInvalidArgumentException - *** -[NSRecursiveLock length]: selector not recognized
      • From: j o a r <email@hidden>
  • Prev by Date: Best way to read a file from HTTP URL
  • Next by Date: Re: Best way to read a file from HTTP URL
  • Previous by thread: Re: Best way to read a file from HTTP URL
  • Next by thread: Re: NSInvalidArgumentException - *** -[NSRecursiveLock length]: selector not recognized
  • Index(es):
    • Date
    • Thread