Daily Build CoronaSDK 2014.2511 - Anyone getting ERROR: Could not load provider (gamecenter)

I just recently downloaded daily build 2014.2511 - All was going fine until I decided to make a small change in an app I’m working on. After compiling and installing the app on my iPhone I get the following error message when I launch the app.

Runtime error

ERROR: Could not load provider (gamecenter) due to the following reason: module ‘CoronoaProvider.gameNetwork.gamecenter’ not found:resource (CoronaProiver.gameNetwork.gamecenter.lu) does not exist in archive 

no field package.preload[‘CoronaProvider.gameNetwork.gamecenter’] no file '/private/var/mobile/Contaniners/Bundle/Application/

I did not have this problem before I downloaded daily build 2014.2511, Any ideas out there?

Thanks,

Guy

Nope, but I do get the same error for the facebook, even thou I compile using corona SDK and not xcode…

Hi

Game Center is now implemented as plugin which means you have to add them into your build.settings.

This probably is the cause of your error.

Facebook is the same but was implemented in the earlier build. 

Good Luck!

burhan

Thanks Burhan! I missed the release from Corona that it had been moved to a plugin. It now works once I made the change to my build settings.

-Guy

Nope, but I do get the same error for the facebook, even thou I compile using corona SDK and not xcode…

Hi

Game Center is now implemented as plugin which means you have to add them into your build.settings.

This probably is the cause of your error.

Facebook is the same but was implemented in the earlier build. 

Good Luck!

burhan

Thanks Burhan! I missed the release from Corona that it had been moved to a plugin. It now works once I made the change to my build settings.

-Guy