在 Xcode 中打开 Podfile
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/32746068/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Opening Podfile in Xcode
提问by Yeis Gallegos
Such a trivial concern should show up first on google, but the answer isn't on SO.
这样一个微不足道的问题应该首先出现在谷歌上,但答案不在SO上。
I am tired of using vim when Xcode is supposed to be an IDE (emphasis on I)
当Xcode应该是一个IDE时,我已经厌倦了使用vim(强调I)
How do I open a Podfile in Xcode?
如何在 Xcode 中打开 Podfile?
回答by Yeis Gallegos
you can open with Xcode just get into your directory on the terminal and then just type
您可以使用 Xcode 打开,只需进入终端上的目录,然后输入
open -a Xcode <podfile>
回答by mokagio
回答by mipadi
If it's been added to the project, you can just click on it. Otherwise, open it using the File menu or drag its icon on top of Xcode's.
如果它已添加到项目中,您只需单击它即可。否则,使用文件菜单打开它或将其图标拖到 Xcode 的顶部。