hi all i have followed the below link and generates Xcode project https://wiki.appcelerator.org/display/guides/iOS+Module+Development+Guide also installed titanium studio in my mac os i have pasted var test = require('com.test'); Ti.API.info("module is => "+test);at end of the app.'s file my problem is when i am running the application in the iPhone simuator displays "could not find module:com.test". [ERROR] Script Error = Couldn't find module: com.test. so give the solution in titanium studio for mobile applications

yes i have added the module in tiapp.xml although it showing [ERROR] Script Error=Couldn't fine module

link|improve this question

did you add the module entry to your tiapp.xml file? also sometimes you need to do a clean build after adding a module to your project – Aaron Saunders Feb 15 at 14:17
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.