I have a module that uses Ti3DMatrix.h Then i use my module in an app. The problem is that the use of Ti.UI.3DMatrix is not required in your JS file. This cause a link error when building for the device. This is because the builder sees that there is no mention in the app js files of Ti3DMatrix and so it does not compile it.
Is there any way to force it from within the module?
THanks