반응형
// pod 삭제
$ pod deintegrate
$ rm -rf Pods
$ rm -rf Podfile.lock
$ rm -rf gobang.xcworkspace
// pod 클린
$ pod cache clean --all
// pod 설치
$ pod install
반응형
// pod 삭제
$ pod deintegrate
$ rm -rf Pods
$ rm -rf Podfile.lock
$ rm -rf gobang.xcworkspace
// pod 클린
$ pod cache clean --all
// pod 설치
$ pod install
댓글