firebaseを利用したく、cocoapodを導入したのですが、
pod initしたあとpodsファイルは生成されるのですが、pod installし実行されるも何もインストールされません。
pod install でうまくインストールできる方法をご教示いただきたく思います。
■利用環境
iOS10.15 Catalina
Xcode11
■ pod install実行後のログ
Analyzing dependencies
Downloading dependencies
Generating Pods project
Integrating client project
Pod installation complete! There are 0 dependencies from the Podfile and 0 total pods installed.
[!] The Podfile does not contain any dependencies.
[!] Automatically assigning platform iOS
with version 13.1
on target like&hurricane
because no platform was specified. Please specify a platform for this target in your Podfile. See https://guides.cocoapods.org/syntax/podfile.html#platform
.
よろしくお願いいたします。
★追記
■podfile中身
※pythonにまってますがterminalで実行してます。
python
1 2 3# Uncomment the next line to define a global platform for your project 4# platform :ios, '9.0' 5 6target 'fire_test' do 7 # Comment the next line if you don't want to use dynamic frameworks 8 use_frameworks! 9 10 # Pods for fire_test 11 12end 13
回答2件
あなたの回答
tips
プレビュー