私はいつも私のAppDelegate.swift
でFirebaseフレームワークをインポートすることで、次のような警告が出ます:iOSのFirebase輸入警告&エラー
import Firebase -> File 'AppDelegate.swift' is part of module 'Firebase'; ignoring import
そしてdidFinishLaunchingWithOptions:
に次のエラー:
FIRApp.configure() -> Use of unresolved identifier 'FIRApp'
私は、インポートCocoaPodのFirebaseフレームワーク 私Podfileだこと:私が間違ってやっている
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
target 'Firebase' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Firebase
pod 'Firebase'
pod 'Firebase/Messaging'
end
任意のアイデア?
同じ問題が何も解決策を見つけるhere.Did命名されていることかもしれないと考えていますか? –
@AliHayderまだ。 –