I installed the ti.paint module (link) from the marketplace and installed the included demo app. It works on Android, but I get a "couldn't find module: ti.paint" error on iOS. Please help.
I should also note that I haven't been able to get ANY modules working with Titanium (not just ti.paint)
My Installation Steps
- I downloaded it and and copied the zip file to the root of my project
- I added the module to my tiapp.xml file and verified that it shows up in the modules section of the tiapp window (see attached screenshot)
- I ran the app and it gives the aforementioned error in iOS, but works with Andoid
Note: to get ti.paint to run at all, I had to rename the folders 'Android' to 'android', and 'iPhone' to 'iphone'
Also: In a separate test, i installed the module by dragging the .zip file to the /Library/Application Support/Titanium folder and was met with the same error.
Finally, it appears as if the build process correctly processes the modules (in that it unzips it and creates appropriate folders), just doesn't recognize them when I include them in my app.js file.
This is quite urgent, please help.
Images: - http://i.stack.imgur.com/Jz14A.png