pod installしたところ、ターミナル上で、下記エラーが出現しました。
Xcodeでworkspaceを開きビルドするとFiebaseがimportされず、下記エラーが出てしまいます。
解決方法をご教示頂けないでしょうか?
エラー内容
[!] Unable to read the license file `LICENSE` for the spec `Firebase (6.13.0)` [!] [Xcodeproj] Generated duplicate UUIDs:
No such module 'Firebase'
Podfile
# Uncomment the next line to define a global platform for your project platform :ios, '12.0' target 'プロジェクト名' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks! # Pods for プロジェクト名 pod 'Firebase/Core' pod 'Firebase/Analytics' pod 'Firebase/Auth' pod 'Firebase' pod 'KMPlaceholderTextView' pod 'Firebase/Firestore' pod 'FirebaseUI/Twitter' pod 'FirebaseUI/OAuth' end
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/11/28 17:17