Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7047517
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T02:46:52+00:00 2026-05-28T02:46:52+00:00

Error in NSLog: *** -[NSThread initWithTarget:selector:object:]: target does not implement selector (*** -[Document myTcpClient])

  • 0

Error in NSLog:

*** -[NSThread initWithTarget:selector:object:]: target does not implement selector (*** -[Document myTcpClient])

code:

-(void) myTcpStart: (NSButton*) button{   
    //need threads for the following
    thread_Client = [[NSThread alloc] initWithTarget:self selector:@selector(myTcpClient) object:nil];
    thread_Display = [[NSThread alloc] initWithTarget:self selector:@selector(displayData) object:nil];

    [thread_Client start];
    [thread_Display start];

    [textField1 setStringValue:@"waiting for threads to run"];
}


-(void) myTcpStop: (NSButton*) button{   
    //need threads for the following

    //[thread_Client cancel];
    //[thread_Display cancel];
}

-(void) displayData{
    while(1){   
        [textField1 setStringValue:[NSString stringWithFormat:@"%d %d %f", j, i, genValue]];
        j++;
    }
}

-(void) myTcpClien{
    //some code
}

header file:

#import <Cocoa/Cocoa.h>

@interface Document : NSDocument
{
    NSTextField *textField1;
    int i;
    int j;
    double genValue;
    NSWindowController *bController;
    NSThread *thread_Client;
    NSThread *thread_Display;
}

-(void) myTcpClient;
-(void) displayData;

-(void) myTcpStart: (NSButton*) button;
-(void) myTcpStop: (NSButton*) button;

@end
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T02:46:52+00:00Added an answer on May 28, 2026 at 2:46 am

    You forgot the T in myTcpClient implementation. Again when you see these messages check your code for spelling errors.

    Change:

    - (void)myTcpClien { /* ... */ }
    

    To:

    - (void)myTcpClient { /* ... */ }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

here is my code: [library enumerateGroupsWithTypes:ALAssetsGroupAlbum usingBlock:assetGroupEnumerator failureBlock: ^(NSError *error) { NSLog(@Failure); }]; my
Can't get code to compile because of error in the - (void)mapView:(MKMapView *)mapView didUpdateUserLocation:(MKUserLocation
See the code below. Why does accessing [self.objects count] throw this error, when the
Error: End tag for 'optgroup' which is not finished. You have probably failed to
Error % javac StringTest.java StringTest.java:4: variable errorSoon might not have been initialized errorSoon[0] =
Details are in the comments. The following code: // Perform the fetch... NSError *error
I have the following piece of code and when I use Instruments/Object Allocations, it
When I send a request and get an error with the error code -1009
I have a Thread called 10 times: [NSThread detachNewThreadSelector:@selector(workInBackground:) toTarget:self withObject:sendArray]; This is the
Have a look to this code snippet:- -(void)connection:(NSURLConnection *)connection didReceiveResponse:(NSURLResponse *)response { [webData setLength:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.