0
私は最近Kingfisherをプロジェクトにインポートすることに決めました。私はthe installation guideのCocoaPodsを使用しました。私はそのようなモジュール「カワセミ」Kingfisher librabryをインポートする際の問題 - Swift 3 Xcode 8.1
をプロジェクトを実行し、
を言ったまで、すべてがうまくいった私も自分のライブラリにFirebaseを追加し、本当に私を混乱させるエラーを得ませんでした。
これは
target 'Ego1' do use_frameworks! pod 'Firebase' pod 'Firebase/Database' pod 'Firebase/Auth' pod 'Firebase/Storage' pod 'Kingfisher', '~> 3.0' target 'Ego1Tests' do inherit! :search_paths end target 'Ego1UITests' do inherit! :search_paths end end
podfileであり、これは、私は助けを事前に私のビューコントローラに
import UIKit import Firebase import FirebaseStorage import Kingfisher //error
感謝をインポートしたものを!