Hi,i am getting crazy trying to install the ti.opengl titanium module: the error that i receive is couldn't find module ti.opengl. My steps: Step1:donwload titanium module, the download gives me a folder named modules with the module inside. Step2:drag the folder iPhone (that i downloaded) into library/application support/Titanium/modules. Step3:i wrote the following in tiapp.xml between the modules tags : <module> platform="iphone" version="2.0.0" "ti.opengl"</module>. Step4: in my project i wrote: var opengl=require('ti.opengl'); Please help me i am getting crazy.
1 Answer
Try to lower platform name. e.g.: <module platform="iphone" version="2.0.0">ti.opengl</module>
It may be case sensitive.
Your Answer
Think you can help? Login to answer this question!