duplicate symbols for architecture x86_64 (Implementing FBSDKCoreKilt) Swift

浪尽此生 提交于 2019-12-01 16:14:49
dancampers

Its an issue with the latest Facebook SDK (Sept 10th 2015). Download the release before it.

See this answer https://stackoverflow.com/a/32519847/1052084 which worked for me.

thanks this working with me when using facebook SDK https://developers.facebook.com/resources/FacebookSDKs-iOS-20150813.zip

This can also be caused by any included static libraries or sub-projects that are included with your project, having a different target version ie. you have an externalSourcesLibrary project and it's build target is set to minimum version 6.0 while your main project is set to something higher like 8.4 or vice versa.

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