Compitiblity With iOS 5 (Upgrade ShareKit)
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.
upgrade to what version? latest git commit?
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.
This branch hasen't been updated in ages. You should be using ShareKit from https://github.com/ShareKit/ShareKit
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
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
The page off installing share kit is not working for me :(