2015-01-06 2 views
1

몇 시간 후, 아직 이미지 모듈을 작동하지 않으면, 나는 som 도움을 바랍니다 여기에.티타늄 모듈 imagefactory가 작동하지 않습니다

imagefactory 모듈을 설치/사용하고 있습니다. 1) 티타늄 스튜디오를 사용하여 globaly로 설치했는데 (github과 appcelerator에서 모두 시도했지만), 터미널 ('Titanium module')에서 모듈을 찾거나 내 tiapp.xml에서 찾을 때 upp가 표시되지 않습니다. 모듈.

플러그인은 내가 다음 모듈을 인식 폴더

Titanium/moduels/android/ti.imagefactory-stable 

다음

Titanium/modules/ios/ti.imagefactory-stable 

에 폴더를 이동하려고했으나

Titanium/ 
    mobilesdk 
    modules 
    ti.imagefactory-stable <-- here 

디렉토리에 자신을 설치 이 오류가 있습니다 :

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)를 통해 설치할 수 있습니다 다음 ti.imagefactory 모듈이 here 수 있습니다처럼

npm install -g gittio 

이제 우리는, gitTio database에서 사용할 수있는 다양한 모듈/위젯을 검색 할 수 있습니다.

마지막으로 프로젝트의 루트 디렉토리에 gittio install 명령 양식을 사용하여 모듈을 설치할 수 있습니다. 아래의 사용 예 :

gittio install ti.imagefactory 
관련 문제