facebook / facebook-ios-sdk

Used to integrate the Facebook Platform with your iOS & tvOS apps.
https://developers.facebook.com/docs/ios
Other
7.78k stars 3.54k forks source link

Can't make archive #676

Closed ikorich closed 9 years ago

ikorich commented 9 years ago

In file included from /Users/Korich/Projects/facebook-ios-sdk/src/AppLink/FBAppLinkResolver.m:17: /Users/Korich/Projects/facebook-ios-sdk/src/FBAppLinkResolver.h:19:9: fatal error: 'Bolts/BFAppLinkResolving.h' file not found

import <Bolts/BFAppLinkResolving.h>

    ^

1 error generated.

mingflifb commented 9 years ago

The SDK has a dependency on the Bolts framework. Do you have Bolts?

ikorich commented 9 years ago

I just clone a project and try build an archive of SDK

chrisp-fb commented 9 years ago

@mingflifb is right. The SDK has a few dependencies, you can either use cocoapods to set them up or make sure you update the submodules that are configured in the source.