Parse Twitter SDK

前端 未结 6 644
终归单人心
终归单人心 2020-12-29 03:25

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

6条回答
  •  梦毁少年i
    2020-12-29 04:11

    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.

提交回复
热议问题