Podfile 不包含任何依赖项

Sof*_*eda 6 xcode ios cocoapods firebase swift3

可可豆 1.1.1

Xcode 8.1 测试版

想要添加 Firebase/Core pod

播客文件

# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'

target 'AddPodAdMob' do
source 'https://github.com/CocoaPods/Specs.git' do
use_frameworks!
pod 'Firebase/Core'
end
end
Run Code Online (Sandbox Code Playgroud)

如果不添加源,它就不会创建.xcworkspace文件。

现在在 pod install 命令之后显示这个。

Pod installation complete! There are 0 dependencies from the Podfile and 0 total pods installed.

[!] The Podfile does not contain any dependencies.
Run Code Online (Sandbox Code Playgroud)

任何帮助请...