chaneeii / iOS-Study-Log

✨ iOS에 λŒ€ν•΄ κ³΅λΆ€ν•œ 것듀을 κΈ°λ‘ν•©λ‹ˆλ‹€ ✨
18 stars 0 forks source link

πŸ“¦ Package Manager (Cocoapod / Carthage / SPM) #28

Open chaneeii opened 1 year ago

chaneeii commented 1 year ago

νŒ¨ν‚€μ§€ λ§€λ‹ˆμ € 3가지 μ‚¬μš©λ²•μ„ μ•Œμ•„λ³΄κΈ°

Cocoapod

  1. μ½”μ½”μ•„νŒŸ μ„€μΉ˜
    sudo gem install cocoapods

ν”„λ‘œμ νŠΈμ˜ 디렉토리에 λ“€μ–΄κ°€μ„œ pod νŒŒμΌμ„ μƒμ„±ν•œλ‹€.

$ pod init

pod νŒŒμΌμ„ μˆ˜μ •ν•œλ‹€.

$ vi Podfile

μš”λŸ¬ν•œ ν˜•μ‹μœΌλ‘œ λ„£μœΌλ©΄ 됨

pod 'RxSwift', '~> 5.1.3' // λ’€μ—λŠ” 버전 정보 의미
스크란샷 2022-08-26 α„‹α…©α„Œα…₯ᆫ 11 36 16

그리고 μ„€μΉ˜ν•œλ‹€!

$ pod install

이 파일 μ—΄μ–΄μ„œ import κ°€ μž˜λ˜λŠ”μ§€ ν™•μΈν•˜λ©΄ 끝

스크란샷 2022-08-26 α„‹α…©α„Œα…₯ᆫ 11 37 01

μž₯점

단점

https://coding-sojin2.tistory.com/165 https://kingwltn.tistory.com/6