Duplicate Symbol SBJSON on iOS Facebook SDK V 3.0

北城以北 提交于 2019-12-04 16:51:23

What I ended up using to solve this are two approaches:

The first one

  • Firstly, not using the pre-built Facebook SDK framework that they provided
  • Secondly, check out the Facebook SDK source code from Facebook SDK and integrate it to the project

The second one

Integrate the Json-framework using their source code here and change the name of any duplicate class to something unique to your project like SBJsonParser to MySBJsonParser

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!