You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2014/05/05 23:49:15 UTC

[jira] [Resolved] (CB-6067) facebookSDK.framework error and files in cordova path are missing

     [ https://issues.apache.org/jira/browse/CB-6067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah resolved CB-6067.
----------------------------------

    Resolution: Not a Problem

Contact the author of the plugin for resolution.

> facebookSDK.framework error and files in cordova path are missing
> -----------------------------------------------------------------
>
>                 Key: CB-6067
>                 URL: https://issues.apache.org/jira/browse/CB-6067
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 3.3.0
>            Reporter: Sergio Costa
>
> Hello, everyone!
> So... I just made an app using cordova to compile an xcode project. Ok. 
> The app works fine, when the facebookSDK.framework isn't in the project. The pages does not load just because the user has to be logged into facebook. Whatever... But when I insert the facebookSDK.framework (downloaded from developers.facebook.com), I got a Build Fail and the following error:
> ld: 475 duplicate symbols for architecture i386
> clang: error: linker command failed with exit code 1 (use -v to see invocation)
> I tried to compile via terminal using -verbose and I saw that some files were not found in the cordova path:
> myproject/Classes/MainViewController.h:28:9: fatal error: 'Cordova/CDVViewController.h' file not found
> myproject/Classes/AppDelegate.h:30:9: fatal error: 'Cordova/CDVViewController.h' file not found
> myproject/Classes/MainViewController.h:28:9: fatal error: 'Cordova/CDVViewController.h' file not found
> myproject/Classes/AppDelegate.h:30:9: fatal error: 'Cordova/CDVViewController.h' file not found
> myproject/Plugins/com.phonegap.plugins.facebookconnect/FacebookConnectPlugin.h:12:9: fatal error: 'Cordova/CDV.h' file not found
> I tried a lot of tutorials that I found in stackoverflow and google but nothing.



--
This message was sent by Atlassian JIRA
(v6.2#6252)