I want to use ShareKit but I got this error:

dyld: Library not loaded: /System/Library/Frameworks/Social.framework/Social
  Referenced from: /Users/developer/Library/Application Support/iPhone Simulator/5.1/Applications/867AE369-20D1-4F43-B4CF-859E0E0C3992/Quiz.app/Quiz
  Reason: image not found

The reason is in iOS version and Social.framework.

Can I use ShareKit in iOS 5.1?

有帮助吗?

解决方案

Of course you can. Make social.framework optional, as stated in ShareKit wiki.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top