iOS >> ShareKit >> Lots of Warnings / Latest Version? -


i'm implementing sharekit in app; i'm using xcode4 , have downloaded sharekit version official site (i think it's official one).

everything working fine, many warnings sharekit inner files; things like:

  • 'setfont:' deprecated (declared @ /developer/platforms/iphonesimulator.platform/developer/sdks/iphonesimulator4.3.sdk/system/library/frameworks/uikit.framework/headers/uibutton.h:106)
  • class 'fbxmlhandler' not implement 'nsxmlparserdelegate' protocol

etc...

can there newer version?

sharekit hasn't been updated authors in on year. being said, things have changed since (apis updated, method deprecated, etc.) however, sharekit should still work. if warnings bother (as should), shouldn't difficult fix. if need help, google specific warnings


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -