-3

I am having a linker problem when importing the ShareKit sdk:

Screenshot of IDE showing error message

I have no idea what the problem is.

Close-up screenshot showing folder structure

TRiG
  • 10,148
  • 7
  • 57
  • 107
Alessandro
  • 4,000
  • 12
  • 63
  • 131

2 Answers2

1

Use Sharekit2.0 instead and follow the instructions to install... you should be fine...

lakshmen
  • 28,346
  • 66
  • 178
  • 276
0

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. enter image description here

Hope that helped.

Community
  • 1
  • 1
MasterRazer
  • 1,377
  • 3
  • 16
  • 40