module 'CoronaProvider.gameNetwork.gamecenter' not found

Hello!

Help me with subject, please. Can not make build with Enterprise using xCode.

What name of plugin i need to add? I am not good in xCode, just make builds for testflight!

And second problem, that when i make a build with Corona PRO and use my standart distribute AdHoc provision profile, and upload this build to testflight, it write me:

Warning!

This build is signed with a Developer certificate, it can only be installed by devices with the Developer feature enabled. We recommend signing with a distribution provisioning profile for best results.

For the first problem, GameCenter is a plugin.  For Corona Enterprise, you need to download the plugin.zip file for the version of Enterprise you are using and drag the library’s .a file into your project.  For Corona SDK builds you will need to add some code to your build.settings to include the plugin.

For the second problem, it’s pretty clear that you are using a developer based provisioning profile and not a distribution profile.  If you are using Apple’s TestFlight, this will need to be a “distribution for the store” profile.  If you are using legacy TestFlight, you would want an AdHoc distribution profile.   You say you’re using the right profile, but the message says something differently.  Please verify you are getting the right profile when you build.

Rob

For the first problem, GameCenter is a plugin.  For Corona Enterprise, you need to download the plugin.zip file for the version of Enterprise you are using and drag the library’s .a file into your project.  For Corona SDK builds you will need to add some code to your build.settings to include the plugin.

For the second problem, it’s pretty clear that you are using a developer based provisioning profile and not a distribution profile.  If you are using Apple’s TestFlight, this will need to be a “distribution for the store” profile.  If you are using legacy TestFlight, you would want an AdHoc distribution profile.   You say you’re using the right profile, but the message says something differently.  Please verify you are getting the right profile when you build.

Rob