I was building my game app on Xcode 5.1. The Game Center code is already in place and I've already configured my app through iTunes Connect (such as creating the app entry, setting the bundle identifier, setting up the game center leaderboards).
I got my app working with Game Center successfully when I was in Xcode 5.1. The scores would report to the leaderboards like it should, and I can see my leaderboard entries,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 app, 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 not recognized by Game Center anymore. All is the same. I did not change anything. Just compile and run, and that's it.
Anyone experiencing this problem when compiling and running Game Center enabled apps in Xcode 6.0.1?