CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
The YAJL framework is an Objective-C framework for the YAJL SAX-style JSON parser.
YAJL.framework to your project directory (maybe in MyProject/Frameworks/.)YAJL.framework files (from MyProject/Frameworks/) to your target.@loader_path/../Frameworks to Runpath Search Paths. If you don't see Runpath Search Paths make sure All is selected instead of 'Basic'.Add Build Phase, then Add Copy Files.
Frameworks.YAJL.framework into the the build phaseRun Script phases#import <YAJL/YAJL.h>.YAJL.framework to your project directory (maybe in MyProject/Frameworks/.)YAJL.framework files (from MyProject/Frameworks/) to your target. It should be visible as a Linked Framework in the target. @loader_path/../Frameworks to Runpath Search Paths New Build Phase | New Copy Files Build Phase.
Frameworks.YAJL.framework into the the build phaseRun Script phases YAJLiOS.framework to your project.Build Phases, make sure its listed in Link Binary With Libraries, along with:
CoreGraphics.frameworkFoundation.frameworkUIKit.frameworkBuild Settings:
Framework Search Paths make sure the (parent) directory to YAJLiOS.framework is listed.Other Linker Flags in your target, add -ObjC and -all_load
#import <YAJLiOS/YAJL.h>.YAJLiOS.framework to your project.Linked Libraries:
YAJLiOS.frameworkCoreGraphics.frameworkFoundation.frameworkUIKit.frameworkFramework Search Paths make sure the (parent) directory to YAJLiOS.framework is listed.Other Linker Flags in your target, add -ObjC and -all_load
#import "YAJLiOS/YAJL.h".Download and copy the YAJL.docset to ~/Library/Developer/Shared/Documentation/DocSets/YAJL.docset
(You may need to restart Xcode after copying the file.)
The documentation will appear within Xcode: