などはありませんモジュールは、これは私のpodfileです:iOSのスウィフト - Firebase
# Uncomment this line to define a global platform for your project
platform :ios, '8.0'
target 'Grabit' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Grabit
pod 'Firebase','>= 2.5.0'
は、私が試した:上記のような
- 正しいpodfile。
- 端末でプロジェクトを開く
- プロジェクトをクリーンに再構築します。
私はそれを何度も試みたが、私はまだエラーを取得:
no module such as Firebase
これらはFirebaseの私のバージョンです:
- はFirebase 3.5.2をインストール(3.5.2でした)
- FirebaseAnalytics(3.3.1)の使用
- FirebaseInstanceID(1.0.8)の使用
何か助けていただければ幸いです。