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.framework/Headers/UIButton.h:106)
- Class 'FBXMLHandler' does not implement the 'NSXMLParserDelegate' protocol
etc...
Can it be that there is a newer version?