I was working on an xcode project called Test, which I then made a copy of the project folder as a backup. Now , I would like to replace my current Test project with my backup folder, which I did. But now I seem to be having errors like:

_OBJC_IVAR_$_GameLayer.backgroundSheet", referenced from:
      -[ALayer setBackgroundPosition] in ALayer.o

backgroundSheet existed in the newer version of my project, which I have replaced. Why is Xcode still reading it? Thanks!

Edit: When I open my backup project which is in a different location it works fine.

link|improve this question
does backgroundSheet show in the build phases of the target? – shannoga Jan 27 at 6:42
feedback

2 Answers

up vote 0 down vote accepted

Clean your build using Product -> Clean (shift + cmd + K), and after this build. It should help.

link|improve this answer
Thanks so much! – Moo33 Jan 30 at 2:14
feedback

Are you using xcode 4.2 and if you opened both projects (backup and working copy) at the same time you will get error like this

link|improve this answer
I have xcode 4.2 and don't think i have it opened at the same time. I only have one xcode window opened. – Moo33 Jan 27 at 6:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.