ti.storekit - Could not find a valid Titanium module -


first, have looked @ this stack post, , it's not solving problem. have downloaded ti.storekit appcelerator/titanium modules folder (mac), selected/added module appcelerator studio 4.0 tiapp editor. when select module appears loaded , valid in ti project. when try run ios app in simulator, error:

[warn] :   not find valid titanium module id=ti.storekit version=latest platform=iphone deploy-type=development [error] :  not find required titanium modules: [error] :     id: ti.storekit    version: latest     platform: iphone    deploy-type: development trace  | titanium exited exit code 1 error  | error: ti run exited error code 1     @ childprocess.<anonymous> (/users/natej/.appcelerator/install/4.0.1/package/node_modules/appc-cli-titanium/plugins/run.js:84:66)     @ childprocess.emit (events.js:98:17)     @ process.childprocess._handle.onexit (child_process.js:810:12) 

i cannot figure out differently. in above stack post mentioned, put version 3.0.0 in xml, tried, , did not good. can't tell version ti.storekit on github, looked everywhere , cannot find it. don't know if specifying version ti xml make difference, or if i'm doing else wrong.

and here tiapp.xml, few pieces obscured:

<?xml version="1.0" encoding="utf-8"?> <ti:app xmlns:ti="http://ti.appcelerator.org">     <guid>de545a1xxxx-a06a0a24cd55</guid>     <deployment-targets>         <target device="mobileweb">false</target>         <target device="iphone">true</target>         <target device="ipad">true</target>         <target device="android">false</target>     </deployment-targets>     <sdk-version>4.0.0.ga</sdk-version>     <id>com.acme.myapp</id>     <name>my cool app</name>     <version>1.0</version>     <publisher>acme</publisher>     <url>http://www.acme.com</url>     <description>fun app</description>     <copyright>2015 acme.com</copyright>     <icon>appicon.png</icon>     <persistent-wifi>false</persistent-wifi>     <prerendered-icon>false</prerendered-icon>     <statusbar-style>default</statusbar-style>     <statusbar-hidden>false</statusbar-hidden>     <fullscreen>false</fullscreen>     <navbar-hidden>false</navbar-hidden>     <analytics>true</analytics>     <iphone>         <orientations device="iphone">             <orientation>ti.ui.landscape_left</orientation>             <orientation>ti.ui.landscape_right</orientation>         </orientations>         <orientations device="ipad">             <orientation>ti.ui.landscape_left</orientation>             <orientation>ti.ui.landscape_right</orientation>         </orientations>     </iphone>     <android xmlns:android="http://schemas.android.com/apk/res/android"/>     <modules>         <module platform="iphone">ti.storekit</module>     </modules>     <property name="appc-app-id" type="string">5569c9ade5d789706791f60d</property> </ti:app> 

any ideas?

did download source code or actual distribution?

the distributions can found at: https://github.com/appcelerator-modules/ti.storekit/releases


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -