Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to add a Podfile in your Project

    • 0
    • 4
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 1.62k
    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
    
    1. Now use pod install command to install the pod file in your project.

    2. The extension of our Xcode project integrated with podfile is .xcworkspace.

    Thanx for Reading

 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: