ShareKit icon indicating copy to clipboard operation
ShareKit copied to clipboard

Compitiblity With iOS 5 (Upgrade ShareKit)

Open shahhardik222 opened this issue 14 years ago • 6 comments

I use sharekit every time and it is most powerful tool for social Networking. but now iOS 5 is lunched. When i run this sharekit example project in xcode 4.2 iOS 5, it will show so many warnings. So it is my suggestion to upgrade the sharekit version, because so many methods are deprecated.

shahhardik222 avatar Dec 23 '11 13:12 shahhardik222

upgrade to what version? latest git commit?

salverde avatar Feb 14 '12 04:02 salverde

updrade the sharekit package that will compatible with the xcode SDK lion. because as you import this package into the code and build it, it will show show many warnings. There are so many methods in the iOS 5 is deprecated.

shahhardik222 avatar Mar 28 '12 05:03 shahhardik222

This branch hasen't been updated in ages. You should be using ShareKit from https://github.com/ShareKit/ShareKit

bobbypage avatar Mar 28 '12 23:03 bobbypage

i have download the sharekit from your suggested link but when i run the app. It shows an error link - "Submodules/facebook-ios-sdk/src/FBDialog.bundle: No such file or directory",

What to do to run this sample code? please help me

shahhardik222 avatar Apr 02 '12 04:04 shahhardik222

ShareKit from https://github.com/ShareKit/ShareKit, uses git submodules (http://book.git-scm.com/5_submodules.html) to get the facbook sdk. You probably didn't update the submodule and thus you don't have the Facebook SDK.

ShareKit installation is documented at https://github.com/ShareKit/ShareKit/wiki/Installing-sharekit . The submodule instructions are documented there as well.

Thanks, -David

On Sunday, April 1, 2012 at 9:27 PM, Hardik Shah wrote:

i have download the sharekit from your suggested link but when i run the app. It shows an error link - "Submodules/facebook-ios-sdk/src/FBDialog.bundle: No such file or directory",

What to do to run this sample code? please help me


Reply to this email directly or view it on GitHub: https://github.com/ideashower/ShareKit/issues/337#issuecomment-4872251

bobbypage avatar Apr 02 '12 04:04 bobbypage

The page off installing share kit is not working for me :(

CesarDominguez avatar May 04 '12 19:05 CesarDominguez