9

FBSDKCoreKitと を使用して Facebook ログイン機能を追加しようとしていますFBSDKLoginAppDelegateこれら 2 つのフレームワークをファイルにインポートしようとすると、次のエラーが表示されます。

「そのようなモジュール 'FBSDKCoreKit' はありません」。

からに変更Allow Non-modular Includes In Framework ModulesNOましYESたが、エラーはまだ発生しています。

エラーを解決するための解決策を考え出すのに助けが必要です。

4

12 に答える 12

13

FacebookSDK「フレームワーク検索パス」にディレクトリ パスを追加することで、この問題を解決しました。

ビルド設定に移動し、「フレームワーク検索」を検索します

于 2015-08-24T18:00:43.117 に答える
1

ワークスペースとして、すべての依存関係をロードします。

于 2018-06-17T17:40:49.877 に答える
0

It's the usual suspects. Check your Frameworks folder. Check Project -> Build Phases -> Link Binary with Libraries, and make sure FBSDKCoreKit and FBSDKLoginKit are included.

If they're there, and the error still exists, tap on each framework, and make sure Target Membership is checked under File inspector.

于 2015-08-18T17:35:40.360 に答える