【发布时间】:2016-09-05 06:05:55
【问题描述】:
这是我的 podfile:
# Uncomment this line to define a global platform for your project
platform :ios, '8.0'
target 'Grabit' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Grabit
pod 'Firebase','>= 2.5.0'
我试过了:
- 如上正确的 podfile。
- 通过终端打开项目
- 清理并重建项目。
试了很多次还是报错:
no module such as Firebase
这些是我的 Firebase 版本:
- 安装 Firebase 3.5.2(原为 3.5.2)
- 使用 FirebaseAnalytics (3.3.1)
- 使用 FirebaseInstanceID (1.0.8)
感谢任何帮助。
【问题讨论】: