CAN'T CREATE BUILD - Contacts Plugin Activation

I’ve clicked the link and can see “ACTIVATED” from the Contacts plugin page. But somehow, during any Build, it’s giving me this error and I can’t create a new build.

I am using the latest Corona build 3266.

Please help - I don’t know if the problem was caused by the recent update by the developer or is caused by the Corona plugin management database.

A device build error occurred on the server. Error: You are not subscribed to the following plugin:
Plugin: plugin.contacts
Publisher: tech.scotth
User Account: troylyndon@xxxxxl.com
Click here to subscribe and then try the build again.
BuildID: 5ad25d5c136f6

@troylyndon, it’s a free plugin so it shouldn’t be an expired license issue. Let me see if I can get a sysadmin to check things on the backend.

In the mean time, can you build sample apps like HelloWorld that doesn’t have plugins?

Can you build if you temporarily comment the Contacts plugin out of build.settings?

Rob

@Rob, all other plugins appear to work during the build.

I also got an error during build relating to icons and Xassets, but I found the problem and solution to that one in another forum topic and post: https://forums.coronalabs.com/topic/72261-build-error-on-xassets-when-building-for-ios-113/

@Rob, I suppose your sysAdmin doesn’t work weekends? We’re waiting on your sysAdmin to resolve the Contacts plugin activation issue. Hopefully, he can get to it today, as we are waiting as patiently as we can.

@Rob, it appears the activation issue with the Contacts plugin has been resolved. Then, for some apparent reason, the new entries I made in the plistof build.settings resulted in another inability to upload my build to iTunes Connect. Did you know that the instructions I followed in build.settings no longer works?

FYI, after removing this entry from build.settings, the build finished and iTunes Connect allowed the build WITHOUT this code to work.

          CFBundleIconFiles = {
                “Icon-40.png”,
                “Icon-58.png”,
                “Icon-76.png”,
                “Icon-80.png”,
                “Icon-87.png”,
                “Icon-120.png”,
                “Icon-152.png”,
                “Icon-167.png”,
                “Icon-180.png”,
            },