-
반응형
1. Sandbox is not in sync with Podfile.lock
The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
해결방법
1. XCode 종료
2. Pods 폴더, Podfile.lock, ProjectName.xcworkspace 삭제
3. 다시 $ pod install 실행
2. ld: framework not found UserMessagingPlatform.xcframework
ld: framework not found UserMessagingPlatform.xcframework clang: error: linker command failed with exit code 1 (use -v to see invocation)
이건 코코아팟 버전 이슈였다.
코코아팟 버전을 1.10.0 으로 올리고 팟 인스톨 다시 해 주신 해결되었다.
$ sudo gem install cocoapods $ pod install
CocoaPods Downgrade
회사의 다른 사람들과 코코아팟 버전을 맞추기위해서 1.10.1 이었던 것을 1.10.0 으로 다운그레이드 하기로 했다.
1. 이미 있는 코코아팟 리스트 확인하기
$ sudo gem list cocoapods *** LOCAL GEMS *** cocoapods (1.10.1, 1.8.3) cocoapods-core (1.10.1, 1.8.3) cocoapods-deintegrate (1.0.4) cocoapods-downloader (1.4.0) cocoapods-plugins (1.0.0) cocoapods-search (1.0.0) cocoapods-stats (1.1.0) cocoapods-trunk (1.5.0) cocoapods-try (1.2.0)
2. 1.01.1 버전 언인스톨
$ sudo gem uninstall cocoapods -v 1.10.1 Successfully uninstalled cocoapods-1.10.1
3. 다시 원하는 버전을 인스톨 한다.
$ sudo gem install cocoapods -v 1.10.0
왠일로 별일없이 잘 끝남..
반응형'개발' 카테고리의 다른 글
SSH 인증키 생성 & Github 에 등록 (0) 2021.02.27 Mac 기본 캘린더와 구글캘린더 싱크 오류 해결방법 (0) 2021.02.25 [Swift/iOS] Alamofire & Combine 조합으로 네트워크 레이어 만들기 (1) 2021.01.22 [iOS] Audio Sound Level 측정하기 (0) 2020.12.02 Ruby path 다시 설정하기 (0) 2020.11.30 댓글