无法找到“春天”的基础模块。

时间:2016-07-02 06:25:56

标签: ios swift

我似乎无法理解我的项目和我的cocoapods正在发生什么,Xcode无法找到除Firebase之外的框架,这就是为什么我感到困惑。我试图清理和构建,清空Xcode的缓存并重新安装Xcode。有人能帮忙吗。谢谢

这是我的pod文件:

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

target 'Soar_iPad' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks! 
Pods for Soar_iPad
pod ‘Firebase’
pod 'Firebase/Auth'
pod 'Spring', :git => 'https://github.com/MengTo/Spring.git', :branch => 'swift2'
pod 'SwiftyJSON'
#pod 'pop', :git => 'https://github.com/facebook/pop.git'
end

以下是我不断得到的错误:

enter image description here

0 个答案:

没有答案