Hello!
I did a clean os install on my mac and now I can’t build when there is a plugin in any project.
Previously I was using CoronaSDK online builds version and just switched to Solar2D offline a few weeks ago. Everything was fine.
Maybe I’m missing something on how to configure Solar2D when you install it for the first time?
Also when there are no plugins I can build and run the app on any mobile without other problems.
I get this in Corona Simulator Console when open then project:
ERROR: Runtime error /Users/runner/work/corona/corona/platform/resources/init.lua:931: module 'plugin_gpgs_v2' not found: no field package.preload['plugin_gpgs_v2'] no file '/Users/john/Library/Application Support/Corona/Simulator/Plugins/plugin_gpgs_v2.lua' no file 'plugin_gpgs_v2.lua' no file '/Applications/Corona-3607/Corona Simulator.app/Contents/Resources/plugin_gpgs_v2.lua' no file '/Users/john/Library/Application Support/Corona/Simulator/Plugins/plugin_gpgs_v2.dylib' no file './plugin_gpgs_v2.dylib' no file '/Applications/Corona-3607/Corona Simulator.app/Contents/Resources/plugin_gpgs_v2.dylib' stack traceback: [C]: in function 'require' /Users/runner/work/corona/corona/platform/resources/init.lua:931: in function 'require' main.lua:119: in main chunk