I’m using CoronaViewer to run my app on my iPhone. I have included the zip plugin in the build settings file. This works fine in the simulator, however in CoronaViewer I continually get an error when I get to the part of the app that attempts to parse a zip file. The error is a long one and seems to imply that the zip plugin can not be found. Does CoronaViewer include the zip plugin if included via the build setting file? If so why can the app not find it on the device, but can on the simulator?
The error message, which takes up most of the screen on the device starts as follows:
Runtime error
module ‘plugin.zip’ not found:resource (plugin.zip.lu) does not exist in archive
no field
package.preload[‘plugin.zip’] no file '/var/mobile/Containers/Data/Application/…
and much much more.
Help! Thanks.
Here’s a screenshot of the error message: