Notice
Recent Posts
Recent Comments
07-09 09:32
YESHTML5
ios Cocoapods 문제생길때 본문
반응형
CocoaPods 제거 및 인스톨
rm -rf ~/Library/Caches/CocoaPods.
rm -rf Pods.
rm -rf ~/Library/Developer/Xcode/DerivedData/*
pod deintegrate.
pod setup.
pod install.
참고페이지
https://eunjin3786.tistory.com/112
[Cocoapod] Cocoapod 명령어 모음
[1] Podfile.lock을 여는 명렁어 open podfile.lock [2] cocoapod 버전 업그레이드 아래 명령어로 현재 버전을 확인하고 pod --version 원하는 버전으로 업데이트 시켜주세요 sudo gem install cocoapods -v 1.9..
eunjin3786.tistory.com
반응형
'React,React-Native' 카테고리의 다른 글
homebrew-core is a shallow clone 문제 (0) | 2022.05.28 |
---|---|
react-native-naver-map 적용시 pod install Error날때 (0) | 2022.05.26 |
Object 불변성 유지할수있게, useObject hooks 기반 (0) | 2022.05.25 |
useAxios를 만들어 보았다. (0) | 2022.05.25 |
useToggle hooks를 만들어보았다. (0) | 2022.05.25 |
Comments