Hi Guys,
need your help, I worked with Corona (Native) for long time, and now for first time try to update one of my game using Solar2d.
I’ve plugins setup in build.settings like this (build 3611):
["plugin.utf8"] = { publisherId = "com.coronalabs" },
but when try to download them using “Download Plugins” scheme in Xcode, I got this error,
ERROR: plugin could not be validated: plugin.utf8 (com.coronalabs)
ERROR: Activate plugin at: https://marketplace.coronalabs.com/plugin/com.coronalabs/plugin.utf8
when I access above link (old corona market place), I see the plugin is actually activated, but offcourse with “old” account I had long time, actually how is the connection is made to that account when I build from Xcode? (previously there was some login for Enterprise user)
Thank you