Hey everybody ! When I try to build a Win32 Desktop app, I’ve got this message :
You cannot do a build until all of the plugins for this Corona project have been successfully downloaded.
Would you like to try downloading your project’s plugins again?
If I click on “Yes”, the simulator simply relaunches with nothing more.
In my build.settings file, if I remove all the plugin calls, I can compile my build.
Is there any way to deactivate plugin calls when I’m trying to build for Windows ? I’ve tried to add the supported platforms line, to include the plugins only on iPhone and Android, but it doesn’t seem to work.
["CoronaProvider.native.popup.social"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true, windows=false} }, ["facebook"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true } },
Thank you in advance !