I'm getting the dreaded
Could not launch game name, no such file or directory (/Users/myname/Library/Developer/Xcode/DerivedData/Game_Name-erqxxxxxxxxxgesgegesgesg/Build/Products/Debug-iphoneos/Game Name.app/Game Name)
When I try and run the game on my iPhone. It builds/runs fine in the simulator, and the weird thing is it gives me a build successful msg even when trying to run on the phone, but then that error msg pops up afterwards.
Obviously I've googled this issue, and I've tried the suggestion here http://dhilipsiva.blogspot.co.uk/2012/07/xcode-could-not-launch-app-no-such-file.html But I'm still getting the same issue.
I checked and my phone is using the latest version of iOS (6.1.x) and XCode is targeting the latest version of iOS as well.
Can't find any other reason for the cause. I did actually take the an original xcode project and changed the name of it to my current name, maybe it has something to do with that.