Skip to content

Build failure with 'framework not found FBSDKCoreKit for architecture x86_64' #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
apersaud opened this issue Aug 14, 2015 · 7 comments

Comments

@apersaud
Copy link

When trying to build an application, using Cocoapods that also includes ParseFacebookUtilsV4 with the latest Facebook SDK, we get a linker error:
screen shot 2015-08-14 at 9 08 20 am

ld: framework not found FBSDKCoreKit for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I have provided a sample project that makes it reproducible: https://dl.dropboxusercontent.com/u/119336/ParseLinkerErrorSample.zip

Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.4'
link_with 'ParseSample'
inhibit_all_warnings!

pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
pod 'FBSDKShareKit'
pod 'Parse'
pod 'ParseFacebookUtilsV4'
@nlutsenko nlutsenko self-assigned this Aug 14, 2015
@nlutsenko
Copy link
Contributor

Hey @apersaud, thanks for the report.
Will take a look and fix it for you shortly.

@CraigSiemens
Copy link

I'm running across the same issue except with Parse

ld: framework not found Parse for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

@nlutsenko
Copy link
Contributor

Hey guys,

I've just updated our pods for ParseFacebookUtils, ParseFacebookUtilsV4, ParseTwitterUtils and ParseCrashReporting to 1.8.0.1. This fully resolves the issue with using Cocoapods as static libraries and those pods. It doesn't contain any other changes.

Let me know guys if you run into any more problems.

@smitjb45
Copy link

Hello, I'm getting a similar kind of error...

ld: framework not found ParseTwitterUtils
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I'm using v1.8.5

@nlutsenko
Copy link
Contributor

That means that you probably didn't add ParseTwitterUtils to linked binaries list.
ParseTwitterUtils is available from the SDK download package here or I would also suggest starting to use Cocoapods for all your dependency management, since it simplifies the process.

@smitjb45
Copy link

Okay, thanks. Ill try it. sorry, I opened a new issue... I'm new to git and Parse.

@nlutsenko
Copy link
Contributor

Sure, let's take this discussion off to that issue, since it's not related to this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants