2014-01-10 2 views
1

Thermodo iOS SDK를 수동으로 설치하는 방법을 잘 모르겠으며 온라인 도움말과 관련이별로 없습니다.Thermodo iOS SDK

작은 지침을 따른 사람이 있습니까?

여기에 자신의 개발자 페이지에 대한 링크입니다 :

https://github.com/thermodo/ThermodoSDK-iOS/ 나는 "수동 지침"다음에하지만, 엑스 코드는 오류가 밖으로하고 있습니다.

첫 번째 오류는 다음과 같습니다. "THMThermodo '에 대한 인터페이스 선언을 찾을 수 없습니다. 누락 된 문제가 #import 인 것처럼 나에게 들립니다. 내가 오류를 던지는 .H 파일에 #import를 추가하는 경우, 나는 새로운 오류가 발생합니다 :

ld: warning: ignoring file /Users/.../Documents/Development/MyThermodo/ThermodoSDK/libThermodoSDK.a, missing required architecture i386 in file /Users/.../Documents/Development/MyThermodo/ThermodoSDK/libThermodoSDK.a (3 slices) Undefined symbols for architecture i386: "_OBJC_CLASS_$_THMThermodo", referenced from: l_OBJC_$_CATEGORY_THMThermodo_$_Conversion in THMThermodo+Conversion.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)

어떤 도움에 감사드립니다.

답변

0

이것은 매우 일반적인 오류이며 많은 타사 라이브러리에서 실행됩니다. 출력물의 관련 부분은 다음과 같습니다.

symbol(s) not found for architecture i386 

해당 구문을 검색하면 많은 좋은 제안이있는 비슷한 질문을 많이 볼 수 있습니다. 요컨대,이 오류는 일반적으로 프로젝트에서 일부 파일을 남겨 두거나 작성중인 대상에 파일을 포함시키려는 파일 속성의 대상 멤버 상자를 확인하는 것을 잊어 버린 것을 의미합니다.