本文介绍了手机Firebase身份验证中的podfile在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用Firebase设置电话身份验证。
在firebase指南中,有适用于iOS的部分

I am trying to set up phone authentication with firebase.Inside firebase guidelines there is this part for iOS

从此处

pod'Firebase / Auth'

但是我在我的应用目录中找不到Podfile。
如何实现?

But I cannot find Podfile in my app directory.How to achieve this?

推荐答案

我必须在iOS Simulator上运行该应用一次。然后在 ios / Podfile

I had to run the app on iOS Simulator once. Then the Podfile was created in ios/Podfile

这篇关于手机Firebase身份验证中的podfile在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-28 00:08
查看更多