Giter Site home page Giter Site logo

cocoapods's Introduction

CocoaPods

  1. 터미널 실행 Command 실행
$ sudo gem install cocoapods
$ pod setup
$ Performing a deep fetch of the 'master'

specs repo to improve performance 가 나오면

$ rm -fr ./cocoapods/repos/master
$ pod setup
  1. project 생성

    1. workspace 먼저 생성방법

      1. workspace create
      2. project create
      3. workspace에 생성한 project add
  2. 터미널에서 project가 있는 폴더로 이동 (Podfile 생성)

$ pod init 
  1. Podfine 수정
  2. 터미널에서 (다운로드)
$ pod install"
  1. xworkspace로 xcode 실행.

7.제외 시킬 파일 .gitignore 파일 등록해서 관리

  1. 기존에 제외 시킬 파일을 이미 커밋한 후 .gitignore 파일 적용시
$ git rm -r --cached .
$ git add .
$ git commit -m "적용할 커밋 메시지"

명령어 사용해서 기존 커밋파이 제거시키기

cocoapods's People

Contributors

empize avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.