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
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.