Hello, community members and Corona staff!
I have the problem including OpenSSL plugin in my corona project.
On this line
local openssl = require "plugin.openssl";
project crashes with error:
module ‘plugin_openssl’ not found:resource (plugin_openssl.lu) does not exist in archive
no field package.preload[‘plugin_openssl’]no file ‘/Users/Apple/Library/Application Support/Corona/Simulator/Plugins/plugin_openssl.lua’
no file ‘/Users/Apple/Library/Application Support/luaglider2/dev/ProjectBuilds/___________(Builds)/___________(default)/___________/plugin_openssl.lua’
no file ‘/Applications/CoronaSDK/Corona Simulator.app/Contents/Resources/plugin_openssl.lua’
no file ‘/Users/Apple/Library/Application Support/Corona/Simulator/Plugins/plugin_openssl.dylib’
no file ‘./plugin_openssl.dylib’
no file ‘/Applications/CoronaSDK/Corona Simulator.app/Contents/Resources/plugin_openssl.dylib’
In my build.settings
:
plugins = { ["plugin.openssl"] = {publisherId = "com.coronalabs"}, },
Can anybody help me to solve this issue?
Thanks