xcode - warning there's no getter/setter for property not even mentioned in the code!!

Posted by alexeyndru on Stack Overflow See other posts from Stack Overflow or by alexeyndru
Published on 2010-03-28T18:06:37Z Indexed on 2010/03/28 18:13 UTC
Read the original article Hit count: 261

I got the warning :

property 'textField' requires method '-textField' to be defined - use @synthesize, @dynamic or provide a method implementation.

Now, there is no such property defined in my project! More bizarre, if I just click save in Interface builder and build again, the build is successful - though, right on the line with '@end' the warning appears. Also weird: if I begin to write some code ..and then delete it just the way it was before writing it (maybe not code..anything) and then build&go the warning with the textField appears again. Could be a bug of sdk? What could be happening?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about xcode