How to setup Hessian Kit in iPhone existing projects
How can I set up Hessian Kit on exis开发者_Go百科ting iPhone project? What are the steps required to run a simple hello world program?
I have Hessian Kit (http://sourceforge.net/projects/hessiankit/) but don't know how I can include this in my existing project.
Ok, I just download it and had a quick look. The download is the source code of the project.
- Download and open the project in XCode.
- Build the static library target.
- Goto the project you want to include the kit in.
- Add a group under the frameworks.
- Add into the group, the static lib (.a) and any header files (.h) that just got built by #2.
Thats the quick summary :-)
精彩评论