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.
open podfile textedit use terminal
$ cd "your_project_location" $ open -a textedit podfile
Comments
Post a Comment