ios - How can I open Podfile for editing -


i used cocoapods app noticed can't open pod file , file turn exec file image down, need edit add new libraries.

enter image description here

open podfile textedit use terminal

 $ cd "your_project_location"  $ open -a textedit podfile 

Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -