Something is not getting cleaned...
Something is not getting cleaned...
- Subject: Something is not getting cleaned...
- From: T Reaves <email@hidden>
- Date: Sat, 19 Feb 2005 13:22:34 -0500
In my project I had a header that defined a struct. I decided to use
a class instead. So I deleted the header file. I then created an
Obj-C .m & new .h file. The new header file has the same name as the
one that contained the struct. The member names in the new class are
the same as the ones the struct contained.
I then cleaned my project, and rebuilt. Now, I receive a lot of
warnings in the new .m file about 'invalid receiver type untagged
struct *' on lines of code that send messages to the classes members.
I'm assuming something did not get cleaned properly, and old
references to the struct are still around. Has anyone else seen this?
Any ideas as to what I need to do to clean it up?
Thanks.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden