How can I open Podfile for editing [closed]

£可爱£侵袭症+ 提交于 2019-12-02 18:26:36

Open the Podfile with TextEdit use terminal

 $ cd "your_project_location"
 $ open -a TextEdit Podfile

I think you will try these steps :

1- $ cd Your file location

2- $ open -a Xcode Podfile

Open file from Terminal

vim Podfile

1.open podfile from terminal

$ cd "your_project_location that contain podfile"
$ nano Podfile

2.You can also open podfile using xcode

Right click to podfile and choose openwith xcode.

Drag and drop it to TextEdit or open project in XCode and edit there.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!