Installing in XCode 4 (iOS)
- Add
YAJLiOS.framework
to your project. - In
Build Phases
, make sure its listed inLink Binary With Libraries
, along with:CoreGraphics.framework
Foundation.framework
UIKit.framework
- In
Build Settings
:- Under
Framework Search Paths
make sure the (parent) directory toYAJLiOS.framework
is listed. - Under
Other Linker Flags
in your target, add-ObjC
and-all_load
- Under
- Import with
#import <YAJLiOS/YAJL.h>
.
댓글 없음:
댓글 쓰기