Contents

Develop
2013.08.08 13:34

[ios] libxml/tree.h file not found

조회 수 18720 댓글 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] NSMutableString 문자열 패턴 교환

  2. [ios] NSData 클래스에 대해 (NSData <-> char*)

  3. [ios] NSData to NSString (NSString to NSData)

  4. [ios] None IB vs. StoryBoard 샘플 소스

  5. [ios] NavigationController 에서 왼쪽(back) 버튼 후킹하기

  6. [ios] Locale Identifiers

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

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

  9. [ios] iOS에서 디바이스 종류 알아오기

  10. [ios] iOS앱의 Xcode 빌드 과정

  11. [ios] iOS 의 인앱구매 소개

  12. [ios] iOS 앱 아이콘을 만드는 유틸

Board Pagination Prev 1 ... 51 52 53 54 55 56 57 58 59 60 ... 98 Next
/ 98