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 6087337
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:51:33+00:00 2026-05-23T11:51:33+00:00

I have a class that has two classes A and B added to it.

  • 0

I have a class that has two classes A and B added to it. In a method in class A, I am trying to call a class B method

Let’s assume that the parent class is debugZoneScene, debugZoneLayer is class A and tetraCounter is class B.

Here is a method from debugZoneLayer (class A):

-(void) getHeroVel {
    DebugZoneScene *debugZoneScene = (DebugZoneScene*)self.parent;

    [debugZoneScene.tetraCounter setTetras]; 
}

It calls the method, but I get the warning:

‘-[DebugZoneLayer getHeroVel]’:
‘CCNode’ may not respond to ‘-setTetras’ (Messages without a matching method signature will be assumed to return ‘id’ and accept ‘…’ as arguments.)

I’ve tried Googling this, but I couldn’t really find anything that related exactly to my problem. I am using Cocos2D, but I think this problem doesn’t have anything to do directly with that, and can still be resolved having knowledge in Objective C. Any ideas?

  • 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-23T11:51:34+00:00Added an answer on May 23, 2026 at 11:51 am

    The compiler is telling you that it thinks that debugZoneScene.tetraCounter is an object of type CCNode, not whatever your ClassB is. Check how tetraCounter is declared and allocated in DebugZoneScene.

    You can make the warning go away by casting:

    [(ClassB *)(debugZoneScene.tetraCounter) setTetras]; 
    

    this tells the compiler that you don’t care what it thinks and you’re sure that the object is ClassB. This doesn’t solve the actual problem, however.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two classes: Action class, that has a method for executing VBScript files,
So let's say I have two classes that inherit a base class that has
I have an element that has two classes at all times: <p class=general_description laptop>
I have a class that has a method: -(NSInteger) getCityCountForState:(NSString *)state CityArray:(NSMutableArray *)cityArray {
I have a class that has an output() method which returns a matplotlib Figure
I have an element that has two classes but can't seem to select it
I have two classes defined in different h files and each class has some
I have a base class which has two child classes derived from it. class
I have a camera class that has two pointers as parameters: Camera::Camera( float fOVDeg,
I currently have two classes. Class A has my UIView attached to it. My

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.