Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/iphone/44.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Iphone 钛加速计-x27;找不到模块ti.storekit_Iphone_Module_Titanium_Storekit - Fatal编程技术网

Iphone 钛加速计-x27;找不到模块ti.storekit

Iphone 钛加速计-x27;找不到模块ti.storekit,iphone,module,titanium,storekit,Iphone,Module,Titanium,Storekit,在模拟器或设备上运行我的应用程序时出现此错误:[error]:脚本错误找不到模块:ti.storekit。该设备显示一个带有相同错误的红色屏幕。我已将模块解压缩到~/Library/Application Support/tianium/modules/iphone/。在这个目录中,我现在有ti.storekit/3.0.0/。我的tiapp.xml中有以下内容: <module platform="iphone" version="3.0.0">ti.storekit</mo

在模拟器或设备上运行我的应用程序时出现此错误:
[error]:脚本错误找不到模块:ti.storekit
。该设备显示一个带有相同错误的红色屏幕。我已将模块解压缩到~/Library/Application Support/tianium/modules/iphone/。在这个目录中,我现在有ti.storekit/3.0.0/。我的tiapp.xml中有以下内容:

<module platform="iphone" version="3.0.0">ti.storekit</module>
ti.storekit
我浏览了谷歌、这个网站和appcelerator论坛,没有找到适合我的解决方案

Titanium SDK:Titanium命令行界面,CLI版本3.4.0,Titanium SDK版本3.4.0.GA

平台和版本:iOS 6.1

设备:iPod 5

主机操作系统:OSX Mavericks

钛工作室:3.4.0.201409261227


我没有在任何日志中看到任何其他相关内容,但我很乐意发布任何内容。有人有什么想法吗?谢谢您的时间。

我认为问题在于tiapp.xml文件中的第二个空
模块标签。


下载此模块并将其添加到titanium studio的模块目录中。

您是否完成了“ti clean”?是的,它没有帮助(虽然我是在studio中完成的,但我假设运行terminal命令也会完成同样的任务).您是否尝试过使用Titanium Studio安装模块,而不是自己解压?我想我曾经尝试过,但由于它不起作用,我转而使用手动方法。然而,我只是创建了一个空项目,添加了storekit,它运行时没有错误。因此,这似乎是应用程序的问题,而不是Studio的问题。您也可以尝试通过CLI安装模块。