我尝试在android studio中运行pod install
命令,但终端输出以下错误:[!] No Podfile' found in the project directory.
发布于 2020-09-24 10:55:43
不要忘记,您需要从ios
文件夹运行,而不是应用程序根目录。
要输入文件或文件夹的路径,请将该文件或文件夹拖动到终端窗口。像这样
发布于 2021-03-04 12:42:33
如果接受的答案不起作用,我建议首先尝试:
在你的android工作室打开一个终端
运行:
cd ios
然后:
pod init
然后:
pod install
https://stackoverflow.com/questions/64028286
复制相似问题