Re: Another plea for help XCODE PROBLEM!
Re: Another plea for help XCODE PROBLEM!
- Subject: Re: Another plea for help XCODE PROBLEM!
- From: Justin Tocci <email@hidden>
- Date: Thu, 3 Jun 2004 15:35:20 -0500
DRAT!!!
The solution I just sent in isn't working now. For some reason Xcode
won't let it get past debug now, though I tested it and it worked?!?!?
I know how to do a clean all targets, but Xcode is really finicky for
me and this doesn't always help. Can anyone suggest any different ways
of getting it to work when you think your code is right and it turns
out Xcode is just stuck in a glitch?
the code that works now is:
Session session = (Session)session();
session.setkitNumber((String)xforecasting.storedValueForKey("item"));
which is fine, but after writing a method in my Xforecasting class and
trying (xforcasting.methodName()) it worked once and won't work again.
What gives?
And now I get the feeling (xforecasting.item) should have worked too,
but it didn't. I am guessing it is the same glitch. Or am I all wet?
The error I get is "cannot resolve symbol : item"
Thanks
justin tocci
fort wayne, in
_______________________________________________
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.