Contents

Develop
2013.08.08 13:34

[ios] libxml/tree.h file not found

조회 수 18768 댓글 0
Atachment
첨부 '2'
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

libxml/tree.h file not found

My today's project involved working on XML. As I mentioned in my previous post, I used some external solution for consuming XML Web Services called SudzC. I included generated classes to my iOS project and when it came to compilation, I received the following error: "libxml/tree.h file not found"
After doing some investigation, I found a solution for the problem. The following steps needed to be done:
1) Include libxml2.dylib library into project target:

1.png

2. Add '$(SDKROOT)/usr/include/libxml2’ path to 'Header Search Paths' element for project's target: 

2.png

?

  1. [ios] NSString 간단한 정규식 사용법

  2. [js] jQuery 관련 사이트 링크 모음

  3. [windows] 인터넷 익스플로러(IE) 도구모음 표시줄에 아이콘 추가

  4. [vc++] 게임 소스 등.. ㅋㅋ

  5. NAT와 DHCP에 대한 간단한 설명

  6. [ios] iphone SetDeviceOrientation 화면 강제 회전

  7. 해커스랩 깨기.. 후후.. ㅋㅋ

  8. [linux] CentOS 터미널 언어 설정(한글/영어)

  9. [ios] 앱에서 다른 앱 실행시키기

  10. [mysql] 접속과 테이블 생성 간단한 설명..

  11. [ios] libxml/tree.h file not found

  12. [ios] Objective-C에서 형식이 있는 문자열(Format Strings)에 사용할 수 있는 토큰들(Tokens)

Board Pagination Prev 1 ... 77 78 79 80 81 82 83 84 85 86 ... 98 Next
/ 98