2014-06-19 49 views
2

我有問題,包括我的電暈項目中的OpenSSL插件。Corona SDK OpenSSL插件問題

在此行中

local openssl = require "plugin.openssl"

項目崩潰與錯誤:

> 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' 

在我build.settings

plugins = { 
    ["plugin.openssl"] = {publisherId = "com.coronalabs"}, 
}, 

任何人可以用這個問題遇到的問題。

謝謝

+0

你是專業的還是企業用戶嗎?你使用什麼版本的Corona SDK? –

回答

1

解決!

在應用程序的開始,Corona需要下載插件。但在我的工作場所代理阻止下載。