I am having a linker problem when importing the ShareKit sdk:
I have no idea what the problem is.
I am having a linker problem when importing the ShareKit sdk:
I have no idea what the problem is.
Use Sharekit2.0 instead and follow the instructions to install... you should be fine...
You had to link the .m files to your project like this:
That was mostly my issue with "undefined symbols for arm7..."
So what you have to do is: Go to target summary -> build phases -> compile sources -> add the .m files of the one you had added.
Hope that helped.