开发者

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

开发者 https://www.devze.com 2023-03-21 18:56 出处:网络
I\'m implementing ShareKit in my app; I\'m using XCode4 and have downloaded the ShareKit version from the official site (I think it\'s the official one).

I'm implementing ShareKit in my app; I'm using XCode4 and have downloaded the ShareKit version from the official site (I think it's the official one).

Everything is working fine, but I get many warnings from the ShareKit inner files; Things like:

  • 'setFont:' is deprecated (declared at /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/UIKit.fra开发者_运维技巧mework/Headers/UIButton.h:106)
  • Class 'FBXMLHandler' does not implement the 'NSXMLParserDelegate' protocol

etc...

Can it be that there is a newer version?


Sharekit hasn't been updated by the authors in over a year. That being said, some things have changed since then (APIs updated, method deprecated, etc.) However, Sharekit should still work. If the warnings bother you (as they should), they shouldn't be very difficult to fix. If you need help, google the specific warnings

0

精彩评论

暂无评论...
验证码 换一张
取 消