How can I get rid of this message?
How can I get rid of this message?
- Subject: How can I get rid of this message?
- From: Agha Khan <email@hidden>
- Date: Wed, 01 Jul 2009 19:41:58 -0700
I am adding a object (somedata)
for (int i = 0; i < 7; i++)
{
SomeData* singleNutData = [[SomeData alloc] init];
[NutArray addObject: SomeData];
}
I am getting warning.
NSArray may not respond to -addObject.
(Message without a matching method signature will be assumed to return
id and accept '...' as arguments.)
Am I am doing something wrong?
I am new to Apple development and how can I get rid of this message.
Thanks in advance.
Best regards
-Agha
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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