I've been using Hessian on Android for several months now, and decided to try to run some tests of it in the new iOS 5 environment. I've been having problems getting even a basic setup working though. I've tried 3 separate approaches with no luck so far.
After downloading the Hessiant Kit project:
I've tried directly copying over the framework into my project. - this results in the application failing as soon as it is run.
I tried to build a new version of the StaticHessianKit target (as was recommended somewhere else online.) It didn't appear that this ever was able to produce anything useful.
Finally, I attempted to include the Hessian source files directly in my project. Because I am using ARC, there were several errors that was not able to recover from.
Is HessianKit currently compatible with iOS 5, and if so what is the best approach for getting it set up?
I managed to get this to work in a round-about manner. I included the source files in my project and and set only those files to not use ARC. This seems to have worked as I am now able to communicate with my existing Hessian services.