1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Could not build module 'FBSDKCoreKit'と言われる解決方法

Last updated at Posted at 2015-07-22

XcodeでiOSアプリをビルドしようとしたところ失敗しました。

ビルドが失敗

ビルドしようとしたところ赤くエラーがでてしまいました。

Could not build module 'FBSDKCoreKit'

FBSDKCoreKitが無いみたいです。

Facebook SDK for iOSをインストールする

以下のページからSDKをダウンロードしてインストールします。
https://developers.facebook.com/docs/ios

Facebook SDK のインストールパス

MacでのデフォルトのインストールPathは以下になるようです。

/Users/ユーザ名/Documents/FacebookSDK

このPathをXcodeのBild SettingsからFramework Search Pathsに指定してください。

再度ビルド

エラーがでなくなりました。

参考

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?