How to install facebook sdk for iOS using cocoapods?

后端 未结 3 1823
不思量自难忘°
不思量自难忘° 2020-12-30 01:36

In the facebook\'s documentation: Here: https://developers.facebook.com/docs/ios/getting-started

It\'s written that we could use:

pod \\\'Facebook-iO         


        
3条回答
  •  天涯浪人
    2020-12-30 02:17

    Changing the pod link to

    pod "Facebook-iOS-SDK"
    

    solved it why do they put \' in documentation is the question now?

    EDIT: This answer is now outdated. The correct way to install facebook Pod is as @aramusss described above.

提交回复
热议问题