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
tiapp.xmlfile? also sometimes you need to do a clean build after adding a module to your project – Aaron Saunders Feb 15 at 14:17