Hi!
I’ve never used the ZIP plugin before, but I’m getting this error message in the Simulator on my MacBook Pro, running build 3326:
Module ‘plugin_zip’ not found:
no field package.preload[‘plugin_zip’]
no file ‘/Users/thomasvandenabeele/Library/Application Support/Corona/Simulator/Plugins/plugin_zip.lua’
no file ‘/Users/thomasvandenabeele/Dropbox/Corona Backup/Editor/005 - Editor/plugin_zip.lua’
no file ‘/Applications/Corona-3326/Corona Simulator.app/Contents/Resources/plugin_zip.lua’
no file ‘/Users/thomasvandenabeele/Library/Application Support/Corona/Simulator/Plugins/plugin_zip.dylib’
no file ‘./plugin_zip.dylib’
no file ‘/Applications/Corona-3326/Corona Simulator.app/Contents/Resources/plugin_zip.dylib’
My build.settings file contains this:
plugins =
{
[“plugin.zip”] =
{
publisherId = “com.coronalabs”
},
},
Any idea why this doesn’t work? I read the first time you use the plugin the simulator would prompt me to download this somewhere but got no such message.