Hi I am having the following runtime error that is thrown whenever i remove the -all_load linker flag. I could easily reproduce the error in the template app and this is the dump from the XCode output.
2014-02-14 08:24:06.305 App[31848:70b] Platform: iPhone Simulator / x86_64 / 7.0.3 / Apple Software Renderer / OpenGL ES 2.0 APPLE-9.2.1
2014-02-14 08:24:09.924 App[31848:70b] Runtime error
module ‘plugin.library’ not found:resource (plugin.library.lu) does not exist in archive
no field package.preload[‘plugin.library’]
no file '/Users/user/Library/Application Support/iPhone Simulator/7.0.3/Applications/90B3092F-5276-4C74-8E0C-1F54F062F886/App.app/plugin.library.lua’
no file '/Users/user/Library/Application Support/iPhone Simulator/7.0.3/Applications/90B3092F-5276-4C74-8E0C-1F54F062F886/App.app/plugin.library.lua’
no file './plugin.library.so’
no file '/Users/user/Library/Application Support/iPhone Simulator/7.0.3/Applications/90B3092F-5276-4C74-8E0C-1F54F062F886/App.app/plugin.library.so’
no file './plugin.so’
no file '/Users/paolo/Library/Application Support/iPhone Simulator/7.0.3/Applications/90B3092F-5276-4C74-8E0C-1F54F062F886/App.app/plugin.so’plugin.library
stack traceback:
[C]: in function 'require’
?: in function 'require’
/Applications/CoronaEnterprise/ProjectTemplates/App/ios/…/Corona/main.lua:1: in main chunk
Any ideas how I can work around this without having the linker flag -all_load “turned on”?
Thanks in advance.