Testing Pure Lua Based Plugin

Hello Team,

 

  1. I have prepared my plugin functionality. It’s an pure lua based plugin and i have followed your documentation properly as described in Read-me of “plugins-lua-template-master”.

 

I successfully run create_project.sh and build.sh files and it’s created proper folder structure on system path. It’s created all required folder and static files in it. now when i’m going to test it. It’s generating error on simulator. Please check attached screen shot for it. also throwing error when i’m trying to run its Xcode project.

 

  1. I have to use some images with plugin functionality. Can you please let me know i could upload them to server with plugin files. also do you allow for upload a bunch of related files on server for plugin functionality ?

 

Here is the Error code on terminal:

PluginSync: failed to download plugin: http://plugins.coronasphere.com/com.iDeskLT/plugin.iDeskLTLibrary/manifest.json

2014-02-06 18:43:06.635 Corona Simulator[1292:707] Runtime error

module ‘plugin_iDeskLTLibrary’ not found:resource (plugin_iDeskLTLibrary.lu) does not exist in archive

    no field package.preload[‘plugin_iDeskLTLibrary’]

    no file ‘/Users/anshul/Library/Application Support/Corona/Simulator/Plugins/plugin_iDeskLTLibrary.lua’

    no file ‘/Users/anshul/path/to/new/project/folder/build/sdk/samples/plugin_iDeskLTLibrary.lua’

    no file ‘/Applications/CoronaSDK/Corona Simulator.app/Contents/Resources/plugin_iDeskLTLibrary.lua’

    no file ‘/Users/anshul/Library/Application Support/Corona/Simulator/Plugins/plugin_iDeskLTLibrary.dylib’

    no file ‘./plugin_iDeskLTLibrary.dylib’

    no file ‘/Applications/CoronaSDK/Corona Simulator.app/Contents/Resources/plugin_iDeskLTLibrary.dylib’

stack traceback:

    [C]: ?

    [C]: in function ‘require’

    ?: in function <?:797>

    (tail call): ?

    …ath/to/new/project/folder/build/sdk/samples/main.lua:1: in main chunk

2014-02-06 18:43:06.643 Corona Simulator[1292:707] RuntimeErrorNotification: Failed to parse error message: module ‘plugin_iDeskLTLibrary’ not found:resource (plugin_iDeskLTLibrary.lu) does not exist in archive

    no field package.preload[‘plugin_iDeskLTLibrary’]

    no file ‘/Users/anshul/Library/Application Support/Corona/Simulator/Plugins/plugin_iDeskLTLibrary.lua’

    no file ‘/Users/anshul/path/to/new/project/folder/build/sdk/samples/plugin_iDeskLTLibrary.lua’

    no file ‘/Applications/CoronaSDK/Corona Simulator.app/Contents/Resources/plugin_iDeskLTLibrary.lua’

    no file ‘/Users/anshul/Library/Application Support/Corona/Simulator/Plugins/plugin_iDeskLTLibrary.dylib’

    no file ‘./plugin_iDeskLTLibrary.dylib’

    no file ‘/Applications/CoronaSDK/Corona Simulator.app/Contents/Resources/plugin_iDeskLTLibrary.dylib’