Getting the following error when publishing with a lua file in a subdirectory on iOS.
<notice>: Lua Runtime Error: lua_pcall failed with status: 2, error message is: module 'math/MathExtend' not found:resource (math/MathExtend.lu) does not exist in archive<br>Sep 14 01:47:32 unknown UIKitApplication:com.myapp.MyApp[0x936a][1357] <notice>: no field package.preload['math/MathExtend']<br>Sep 14 01:47:32 unknown UIKitApplication:com.myapp.MyApp[0x936a][1357] <notice>: no file '/var/mobile/Applications/64C6DF6B-C74A-4402-821E-6E0A786FB872/MyApp/math/MathExtend.lua'
Mac/Win/iOS/Android: Add subdirectory support for Lua files. Limitations: Lua files cannot have a ‘.’ except as part of the “.lua” extension. Android files still cannot have resource files in subdirectories
http://developer.anscamobile.com/release/2011/618 [import]uid: 4596 topic_id: 15081 reply_id: 315081[/import]