Installing in XCode 4 (iOS)
- Add
YAJLiOS.frameworkto your project. - In
Build Phases, make sure its listed inLink Binary With Libraries, along with:CoreGraphics.frameworkFoundation.frameworkUIKit.framework
- In
Build Settings:- Under
Framework Search Pathsmake sure the (parent) directory toYAJLiOS.frameworkis listed. - Under
Other Linker Flagsin your target, add-ObjCand-all_load
- Under
- Import with
#import <YAJLiOS/YAJL.h>.
댓글 없음:
댓글 쓰기