I created my game application on Xcode 5.1. The Game Center code is already installed, and I already configured the application via iTunes Connect (for example, creating an application record, setting the package identifier, setting the game center leaderboards).
I got an application that works successfully with Game Center when I was in Xcode 5.1. The ratings will tell the leaderboards how it should be, and I can see the entries in the leaderboard, etc.
I decided to install Xcode 6.0.1 today. I basically compiled my project with this new version of Xcode. But now, when I run my application, I get this from my log:
GameKitHelper ERROR: { NSLocalizedDescription = "The requested operation could not be completed because this application is not recognized by Game Center.";
}
My app is no longer recognized by Game Center. Everything is the same. I have not changed anything. Just compile and run, and that is it.
Does anyone encounter this issue when compiling and running Game Center applications in Xcode 6.0.1?
aresz source share