如何打开Podfile进行编辑 [英] How can I open Podfile for editing

查看:738
本文介绍了如何打开Podfile进行编辑的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在我的应用程序中使用了CocoaPods我注意到我无法打开pod文件,文件转向exec文件,如图像向下,我需要编辑它以添加新库。

I used CocoaPods with my app I noticed I can't open pod file and the file turn to exec file like the image down, I need to edit it to add new libraries.

推荐答案

使用TextEdit打开Podfile
使用终端

Open the Podfile with TextEdit use terminal

 $ cd "your_project_location"
 $ open -a TextEdit Podfile

这篇关于如何打开Podfile进行编辑的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆