尝试pod安装firebase后,我在屏幕截图中收到此错误
我的xcode版本是8.2
这是我的podfile的内容
# Uncomment the next line to define a global platform for your project
platform :ios, '8.0'
target 'Forsa' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Forsa
pod 'Firebase/Core'
pod 'Firebase/Messaging'
end
答案 0 :(得分:0)
您需要打开cocoapods创建的文件:PROJECTNAME.xcworkspace
(而不是PROJECTNAME.xcodeproj
文件)才能访问已安装的框架。
或者像他们在文档中说的那样:
确保始终打开Xcode工作区而不是项目 构建项目时的文件:
$ open App.xcworkspace