我正在使用pod来安装Firebase
:
pod 'Firebase'
但是今天它突然开始给我下两个错误:
'FirebaseAnalytics/FirebaseAnalytics.h' file not found
和
Could not build Objective-C module 'Firebase'
昨天它工作得很好,我没有改变任何东西或运行pod install
。所以我不知道为什么会出现这个错误!
我尝试重新安装它,删除了Podfile.lock和.xcworkspace文件 - 没有。错误仍然存在。
如何解决问题及其突然出现的原因?