我手动将firebase安装到我的Xcode以用于存储数据。我从DOCS跟踪了README并进行了集成。但是,问题是,在完成所有设置之后,我会遇到编译器错误。
public IActionResult Authenticated()
{
//Authenticated user operations
//Common operations
return View();
}
public IActionResult NotAuthenticated()
{
//Not authenticated user operations
//Common operations
return View();
}
答案 0 :(得分:0)
您似乎错过了将FirebaseCore
框架和-licucore
添加到OTHER_LD_FLAGS