2015-01-06 80 views
1

幾個小時後,仍然沒有工作的圖像模塊,我希望在這裏索姆幫助。鈦模塊imagefactory不會工作

我正在嘗試安裝/使用imagefactory模塊。 1)我使用鈦工作室(從github和appcelerator嘗試)全局安裝它,但它不顯示upp當我在終端('鈦模塊'),或在我的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 

任何幫助是非常讚賞,因爲我現在有點卡住了...我也嘗試在本地安裝到項目沒有成功。

+2

我發現從[gitTio](http://gitt.io/)最簡單的安裝模塊。對於imagefactory模塊,請參閱[this url](http://gitt.io/component/ti.imagefactory)。 – turtle

+0

它的工作!謝謝,請輸入該答案作爲答案,以便將其標記爲正確答案=) – Tibbelit

回答

6

要安裝鈦模​​塊和合金小部件,現在我們有一個包管理器gitTio

gitTio可以通過NPM(more info on installing)使用下面的命令被安裝:

npm install -g gittio 

現在,我們可以在gitTio database搜索可用各種模塊/部件,像ti.imagefactory模塊可用here

最後,您可以使用gittio install命令安裝模塊,該命令形成項目的根目錄。下面的示例用法:

gittio install ti.imagefactory