-
-
Notifications
You must be signed in to change notification settings - Fork 878
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
Comments
Hey @apersaud, thanks for the report. |
I'm running across the same issue except with Parse
|
Hey guys, I've just updated our pods for Let me know guys if you run into any more problems. |
Hello, I'm getting a similar kind of error... ld: framework not found ParseTwitterUtils I'm using v1.8.5 |
That means that you probably didn't add ParseTwitterUtils to linked binaries list. |
Okay, thanks. Ill try it. sorry, I opened a new issue... I'm new to git and Parse. |
Sure, let's take this discussion off to that issue, since it's not related to this one. |
When trying to build an application, using Cocoapods that also includes ParseFacebookUtilsV4 with the latest Facebook SDK, we get a linker error:

I have provided a sample project that makes it reproducible: https://dl.dropboxusercontent.com/u/119336/ParseLinkerErrorSample.zip
Podfile:
The text was updated successfully, but these errors were encountered: