架构x86_64的未定义符号:适用于Xcode 8.3.2中的Firebase

时间:2017-10-31 08:08:38

标签: ios swift xcode firebase

我手动将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();
}

1 个答案:

答案 0 :(得分:0)

您似乎错过了将FirebaseCore框架和-licucore添加到OTHER_LD_FLAGS