atsusy / TiPaperFold

Titanium Mobile module for "PaperFold for iOS"
MIT License
63 stars 21 forks source link

Application Error: Can't find module #27

Closed darrennorthcott closed 11 years ago

darrennorthcott commented 11 years ago

Hi there, I was able to build the module, I placed in the app root folder and included it in the tiapp.xml. The project builds fine, but when it gets to the part where I actually use the var module = require('jp.msmc.tipaperfold'); it throws an application error: [ERROR] :  Script Error = Couldn't find module: jp.msmc.tipaperfold.

darrennorthcott commented 11 years ago

solved: needed to add the platform = "iphone" into the tiapp.xml module tag