开发者

How to setup Hessian Kit in iPhone existing projects

开发者 https://www.devze.com 2022-12-29 14:09 出处:网络
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?

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.

  1. Download and open the project in XCode.
  2. Build the static library target.
  3. Goto the project you want to include the kit in.
  4. Add a group under the frameworks.
  5. Add into the group, the static lib (.a) and any header files (.h) that just got built by #2.

Thats the quick summary :-)

0

精彩评论

暂无评论...
验证码 换一张
取 消