我用CocoaPods
我的应用程序,我注意到我无法打开pod file
,文件转向exec
文件像图像下来,我需要编辑它以添加新的库.
Ahm*_*lah 31
使用TextEdit打开Podfile 使用终端
$ cd "your_project_location"
$ open -a TextEdit Podfile
Run Code Online (Sandbox Code Playgroud)
1.从终端打开podfile
$ cd "your_project_location that contain podfile"
$ nano Podfile
Run Code Online (Sandbox Code Playgroud)
2.你也可以使用xcode打开podfile
右键单击 podfile 并选择 openwith xcode。