I have created a new Appcelerator project as I'm updating an old Appcelerator to a new one.
I'm having trouble with it recognising a module though. The module is:
var map = require('bencoding.map');
And it's included in the '/modules/iphone/bencoding.map/' folder.
I did include the module in the tiapp.xml file: <module platform="iphone">bencoding.map</module>
Anyone got any ideas why?