I also had the same issue.
Actually, I had created an outlet connection for a text. I named it "mytext", for some reasons i later decided to change the name and I deleted the @property declaration from the header.
As it turns out, the connection was deleted and the compiler kept on searching for "mytext".
I had to go into xib file and switch "connection explorer". It showed that "mytext" was still connected.
I removed the connection from there it started working.