我正在尝试使用Firebase数据库。我正在看一个关于如何使用Firebase的教程,我写了这行代码,FIRDatabase.database().reference()。然后我收到一个错误,说使用了未解析的标识符FIRDatabase。我不知道出了什么问题,我导入了Firebase和FirebaseDatabase。我的Podfile
# Uncomment the next l
在我通过"pod update“更新我的Firebase后,我得到了这样的错误: ld: warning: directory not found for option '-F/Users/bennysantosoGoogleToolboxForMac
clang: error: linker command failed with exit code 1 (use -v to see invocation) 这是我的</