【发布时间】:2015-03-04 07:30:05
【问题描述】:
几个小时后,图像模块仍然无法工作,我希望在这里得到一些帮助。
我正在尝试安装/使用 imagefactory 模块。 1)我使用 Titanium studio 全局安装它(从 github 和 appcelerator 都尝试过),但是当我在终端('Titanium 模块')中查找模块时,或者在我的 tiapp.xml 中尝试包含模块。
插件自行安装在目录中
Titanium/
mobilesdk
modules
ti.imagefactory-stable <-- here
我试图将文件夹移动到文件夹中
Titanium/moduels/android/ti.imagefactory-stable
和
Titanium/modules/ios/ti.imagefactory-stable
然后它识别了模块,但是我得到了这个错误:
Titanium Command-Line Interface, CLI version 3.4.1, Titanium SDK version 3.4.1.GA
Copyright (c) 2012-2014, Appcelerator, Inc. All Rights Reserved.
Please report bugs to http://jira.appcelerator.org/
[INFO] : Found Titanium module id=ti.imagefactory-stable version=ios platform=iphone deploy-type=development path=/Users/username/Library/Application Support/Titanium/modules/iphone/ti.imagefactory-stable/ios
[ERROR] : Module ti.imagefactory-stable version 1.2.0 is missing library file: /Users/username/Library/Application Support/Titanium/modules/iphone/ti.imagefactory-stable/ios/libti.imagefactory-stable.a
非常感谢任何帮助,因为我现在有点卡住了......我也尝试在本地安装到项目中但没有成功。
【问题讨论】:
标签: javascript module titanium appcelerator