0
votes

I'm getting this error running my app on a simulator or device: [ERROR] : Script Error Couldn't find module: ti.storekit. The device shows a red screen with the same error. I have unzipped the module into ~/Library/Application Support/Titanium/modules/iphone/. In that directory I now have ti.storekit/3.0.0/. I have this in my tiapp.xml:

<module platform="iphone" version="3.0.0">ti.storekit</module>

I've trolled google, this site, and the appcelerator forum and found no solutions that work for me.

Titanium SDK: Titanium Command-Line Interface, CLI version 3.4.0, Titanium SDK version 3.4.0.GA

Platform & version: iOS 6.1

Device: iPod 5

Host Operating System: OSX Mavericks

Titanium Studio: 3.4.0.201409261227

I don't see anything else relevant in any logs but I am happy to post anything. Anybody have any ideas? Thanks for your time.

2
have you done "ti clean"?phil
Yes, it didn't help (though I did it from the studio, I assume running a terminal command does the same thing).nasch
Have you tried installing the module using Titanium Studio instead of unzipping it yourself?phil
I think I tried that at one point and since it didn't work, I moved on to the manual method. However, I just created an empty project, added storekit, and it ran with no errors. So it appears to be a problem with the app, not with Studio.nasch
you can also try to install module using gitt.io via CLI.turtle

2 Answers

2
votes

https://github.com/appcelerator-modules/ti.storekit

download this module and add it in module directory of titanium studio.

0
votes

I think the problem was a second empty modules tag in the tiapp.xml file.