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

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -