Reputation: 27113
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?
Upvotes: 0
Views: 217
Reputation: 3400
Of course you can. Make social.framework optional, as stated in ShareKit wiki.
Upvotes: 1