I don\'t want to integrate twitter or Facebook with my Parse app, and i\'ve specified that in the coding of what I want on my login screen. I have 6 errors coming up: (I\'m
The documentation doesn't seem up to date. To make it work you have to add the Accounts framework and also the Bolts framework, the latter comes with the Parse sdk.
Under Targets, General, Linked Frameworks and Libraries add:
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:
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
add those frameworks:
Also need to add Social.framework, Accounts.framework, and, Twitter.framework - see below for the complete screenshot: