Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
Node is saved as draft in My Content >> Draft
  • How to add a Podfile to your Project.

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 6
    Comment on it

    Below is the step-wise process for integrating a Podfile easily in your Application.

    1.Open Terminal
    
    2.Change the directory in Terminal to the location where your Xcode project  resides.
    
    3.When you reach to the desired project location in which you want to add a PodFile.You can create an empty file by using the command **touch Podfile**.
    
    4.Then by using **open Podfile** command you can open the file you have created before and then add the desired podfile to that and close the window. 
    
             list of some Podfiles are shown below...
    
                      -pod AFNetworking, 0.9.1
                      -pod Facebook-iOS-SDK
                      -pod EGOTableViewPullRefresh
                      -pod JSONKit
                      -pod MBProgressHUD
                      -pod Reachability
    
    5.Now use pod install command to install the pod file in your project.
    
    6.The extension of our Xcode project integrated with podfile is  .**xcworkspace**.
    

    Thanx for Reading

    iphone ios pods

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: