Xcode (4.2.1) creates binaries based on old states of the project. For example: I declared and used the property "myProperty" in the past. But later I deleted this property and deleted all the code that used that property. When I build and run the App crashes, saying "MyClass is not key value coding-compliant for the key myProperty". Similar things appeared in the past, not just with code. I replaced an image file in my project with another image with the same name. In the project's folder, there was definetely the new image file. However, after build and run it still displayed the old image. What I've already tried: Just Build, then run; close and reopen project; close and restart Xcode; restart Mac. Any suggestions?
Sorry. The property still existed as references in the xib. That was the problem.