“没有这样的模块,例如firebaseUI";

编程入门 行业动态 更新时间:2024-10-18 23:29:13
本文介绍了“没有这样的模块,例如firebaseUI";的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

@import FirebaseUI;

@import FirebaseUI;

当我导入此模块时,它显示没有类似FirebaseUI的模块"

When I imported this module it shows "No Such Module as FirebaseUI"

但是我已经安装了豆荚

pod 'Firebase/Core' pod 'FirebaseUI' pod 'FirebaseUI/Auth' pod 'FirebaseUI/Google' pod 'FirebaseUI/Facebook' pod 'FirebaseUI/Twitter' pod 'FirebaseUI/Phone'

我是ios新手,有人可以帮助我

I am new to ios can someone please help me

推荐答案

从下载的FirebaseUI.framework github/firebase/FirebaseUI-iOS/releases

将FirebaseUI.framework拖到我的项目中

Dragged FirebaseUI.framework into my project

@import FirebaseUI

或使用

#import <FirebaseUI/FirebaseUI.h>

只需构建您的应用程序(cmd-b),它就可以解决问题.

Simply build your application (cmd - b) and it should resolve the issue.

请确保您打开的是安装Pod而不是普通的.xcode文件时创建的.workspace文件.

Make sure you are opening the .workspace file that is created when you install the pod's rather than the normal .xcode file.

项目->清洁 另外,请尝试清理项目.

Project -> Clean Also try cleaning the project.

更多推荐

“没有这样的模块,例如firebaseUI";

本文发布于:2023-11-26 06:49:44,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1633073.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:模块   firebaseUI   quot

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!