When requiring my external module local app = require("appglobals")
, the build 1017 throws this error:
[text]
2013-01-30 23:33:12.271 Corona Simulator[71365:707] module ‘appglobals’ not found:resource (appglobals.lu) does not exist in archive
no field package.preload[‘appglobals’]
no file ‘(null)/appglobals.lua’
no file ‘/Applications/CoronaSDK/Corona Simulator.app/Contents/Resources/appglobals.lua’
no file ‘/Library/Application Support/Corona/Simulator/Plugins/appglobals.dylib’
no file ‘./appglobals.dylib’
no file ‘/Applications/CoronaSDK/Corona Simulator.app/Contents/Resources/appglobals.dylib’
[/text]
I’m thinking it must have something to do with ‘(null)/appglobals.lua’ in the output above, right?
Corona isn’t looking in the current directory for the file ‘./appglobals.lua’.
Build 2013.1016 is OK. [import]uid: 70847 topic_id: 35456 reply_id: 335456[/import]