Hi all,
I'm getting the following error in Xcode which doesn't seem to make much sense...
duplicate symbol _creditsOption in /Users/dnsolo/Downloads/Game/build/Game.build/Debug-iphonesimulator/Game.build/Objects-normal/i386/MenuScene.o and /Users/dnsolo/Downloads Game/build/Game.build/Debug-iphonesimulator/Game.build/Objects-normal/i386/GameAppDelegate.o
I've checked the code and it's fine, there are no duplicate symbols in MenuScene or GameAppDelegate. I've done a 'clean all targets' but no joy. I've also tried deleting the entire build directory but that doesn't work either.
Has anyone encountered this type of error before? I suspect I have a corrupted Xcode project and will have to rebuild it
from scratch which I really don't want to do!
cheers,
dan