钛模块 imagefactory 将无法工作
Titanium module imagefactory won't work
几个小时后,图像模块仍然无法正常工作,希望得到一些帮助。
我正在尝试 install/use imagefactory 模块。
1) 我使用 Titanium studio 全局安装了它(从 github 和 appcelerator 都试过)但是当我在终端('Titanium module')或我的 [=20] 中查找模块时它没有显示 upp =] 尝试包含模块时。
插件自行安装在目录中
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
非常感谢任何帮助,因为我现在有点卡住了...我也尝试在本地安装到项目但没有成功。
要安装钛模块和 alloy 小部件,现在我们有一个包管理器 gitTio。
gitTio 可以使用以下命令通过 npm (more info on installing) 安装:
npm install -g gittio
现在我们可以搜索 gitTio database, like the ti.imagefactory module is available here 上的各种 modules/widgets。
最后,您可以使用 gittio install
命令从项目的根目录安装模块。以下示例用法:
gittio install ti.imagefactory
几个小时后,图像模块仍然无法正常工作,希望得到一些帮助。
我正在尝试 install/use imagefactory 模块。 1) 我使用 Titanium studio 全局安装了它(从 github 和 appcelerator 都试过)但是当我在终端('Titanium module')或我的 [=20] 中查找模块时它没有显示 upp =] 尝试包含模块时。
插件自行安装在目录中
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
非常感谢任何帮助,因为我现在有点卡住了...我也尝试在本地安装到项目但没有成功。
要安装钛模块和 alloy 小部件,现在我们有一个包管理器 gitTio。
gitTio 可以使用以下命令通过 npm (more info on installing) 安装:
npm install -g gittio
现在我们可以搜索 gitTio database, like the ti.imagefactory module is available here 上的各种 modules/widgets。
最后,您可以使用 gittio install
命令从项目的根目录安装模块。以下示例用法:
gittio install ti.imagefactory