Search code examples
iphoneobjective-cioscocoa-touchsharekit

ShareKit Integration


I was doing FB and Twitter integration of my application using the ShareKit. Which seems to be an awesome framework which reduces the development time a lot. However there seems to be lots of bugs/issues on the framework and looking on to that I discovered that there's a separate version maintained by the Open source community which is called ShareKit 2.0.

It available thorough the git repo and I download the framework as a ZIP bundle. But I can't compile this bundle the culprit seems to be it lacks FBConnect and JSON Kit files. AnyIdea why they haven't included these files ? / Will any version of FB would work with the latest Sharekit Framework?


Solution

  • Reading the installation wiki it looks like ShareKit includes it's dependencies as git submodules.

    Since you are just downloading the zipped archive - this does not include these submodules, nor does it contain the information required to download them.

    Your best bet is not to use the zipped archive, but to install it through git as the documentation says. Alternatively, you can download these dependencies yourself and add them to your project.