Re: XCode problem?
Re: XCode problem?
- Subject: Re: XCode problem?
- From: Patrick Robinson <email@hidden>
- Date: Fri, 4 Jun 2004 16:12:19 -0400
It's complaining that it can't resolve "id". Well, I can't, either!
:-)
Where is "id" declared/defined? Is it an instance var that you haven't
shown us in your snippet?
--
Patrick Robinson
AHNR Info Technology, Virginia Tech
email@hidden
On Jun 4, 2004, at 3:58 PM, Justin Tocci wrote:
Ok guys, now can I be sure I have a problem in Xcode? Here is the code:
public NSArray detailForItem() {
Session session = (Session)session();
NSMutableDictionary args = new NSMutableDictionary();
> args.setObjectForKey(id, "personID");
return
EOUtilities.objectsWithFetchSpecificationAndBindings(session().defaultE
ditingContext(),
"Tdrawing",
"drawingDetail",
(NSDictionary)args);
}
XCode refuses to build this, marks the line with the greater than
symbol and the error says "cannot resolve symbol : variable id". All
I'm doing is building an NSDictionary, why would it try to resolve it
as a variable?
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.