Parse Twitter SDK Parse Twitter SDK ios ios

Parse Twitter SDK


Under Targets, General, Linked Frameworks and Libraries add:

  • Social.framework
  • Accounts.framework


This Match-O error usually come into the picture because you need the the link flag -ObjC.They usually say that your framework links are messed up. SO first thing is to check they are all linked properly by comparing your left side pane (where you see frameworks) and the target -> Build settings under the Linked Frameworks and Library.

For your particular case, I' d bet you will need to add:

  • Social.framework
  • FacebookSDK.framework
  • Accounts.framework

Hope this helps.


Click on Targets → Your app name → and then the 'Build Phases' tab.Expand 'Link Binary With Libraries'Add Social.framework

Edit: may also need to add Accounts.framework