Cocoapods installation and use tutorial for IOS development _ios

Source: Internet
Author: User
Tags install cocoapods

It's just a simple process to write about.

First step: Install Cocoapods

sudo gem install Cocoapods

If this is not successful, perform the following actions

Gem Sources--remove https://rubygems.org/

Gem Sources-a http://ruby.taobao.org/

Gem Sources-l (to see if successful)

sudo gem install Cocoapods

Step Two: Import the library in the project

Cut to the engineering directory. Xcodeproj in the same directory

Vim Podfile

Enter the following text in the Podfile

Copy Code code as follows:

Platform:ios, ' 7.0 '
Pod "afnetworking", "~> 2.0"

Remember: Do not hit return ... Hand cheap Notice ~ (Landlord himself committed)

: Wq

Step three: Download the library

Pod Install

Wait until the following message, show success: (front that is the landlord more dozen a return problem ... No problem after the change, look at the back of the good, ignoring the front

Fourth step: Use in engineering

This step is very simple, directly in the project Knock #import <AFNetworking.h> can find ~

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.