iOS アプリへの Firebase インストールのこのステップで、私は本当に立ち往生しています。Xcode への Firebase のインストール何度も試してみたところ、最終的にいくつかの「ポッド ファイル」をプロジェクトにインストールできました。しかし、追加するimport Firebase
と、エラーが次のように表示されます
そのようなモジュール「Firebase」はありません
firebase pod を既存の ios プロジェクトにインストールする方法を教えてもらえますか? また、インストールしたばかりのポッドをクリアする方法。
私はswift 2.2、Scode 7.3、およびmac os x eiを使用しています
私のポッドコンテンツは
# Uncomment this line to define a global platform for your project
platform :ios, '9.0'
target ‘APPNAME’ do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for APPNAME
target 'APPNAME Tests' do
inherit! :search_paths
# Pods for testing
end
target 'APPNAME UITests' do
inherit! :search_paths
# Pods for testing
end
end
My Error : 私 のエラーの画像